#636638

Color #636638 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #636638

Tints of Verdigris #636638

Color information

#636638 (or 0x636638) is unknown color: approx Verdigris. HEX triplet: 63, 66 and 38. RGB value is (99,102,56). Sum of RGB (Red+Green+Blue) = 99+102+56=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #636638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636638 is #9C99C7. Grayscale: #606060. Windows color (decimal): -10262984 or 3696227. OLE color: 3696227.

HSL color Cylindrical-coordinate representation of color #636638: hue angle of 63.91º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #636638 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB9910256-
CMYK0.0300.450.6
HSL63.91º29.11%30.98%-
HSV(B)63.91º45.1%40%-
XYZ10.6112.445.58-
YUV95.86105.51130.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 102 (40.23% from 255) = 39.69%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=38.52%
G=39.69%
B=21.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99102560.0300.450.663.9129.1130.98
Hex636638302D3C401d1f
Octal143146703055741003537
Binary1100011110011011100011010110111110010000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636638; }

 p { color: rgb(99,102,56); }

 H1.HeaderClassName
 {
   color: #636638;
 }
 .AnyTagClassName
 {
   color: #636638;
 }
</style>
background-color css

<style>
 a { background-color: #636638; }

 a { background-color: rgb(99,102,56); }

 div.DivClassName
 {
   background-color: #636638;
 }
 .BgClassName
 {
   background-color: #636638;
 }
</style>
border-color css

<style>
 span { border-color: #636638; }

 span { border-color: rgb(99,102,56); }

 td.TdClassName
 {
   border-color: #636638;
 }
 .TagClassName
 {
   border-color: #636638;
 }
</style>