#664012

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

Shades of Dark Brown #664012

Tints of Dark Brown #664012

Color information

#664012 (or 0x664012) is unknown color: approx Dark Brown. HEX triplet: 66, 40 and 12. RGB value is (102,64,18). Sum of RGB (Red+Green+Blue) = 102+64+18=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #664012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664012 is #99BFED. Grayscale: #464646. Windows color (decimal): -10076142 or 1196134. OLE color: 1196134.

HSL color Cylindrical-coordinate representation of color #664012: hue angle of 32.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #664012 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1026418-
CMYK00.370.820.6
HSL32.86º70%23.53%-
HSV(B)32.86º82.35%40%-
XYZ7.426.541.44-
YUV70.1298.59150.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=55.43%
G=34.78%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102641800.370.820.632.867023.53
Hex664012025523C214618
Octal14610022045122744110630
Binary110011010000001001001001011010010111100100001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664012; }

 p { color: rgb(102,64,18); }

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

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

 a { background-color: rgb(102,64,18); }

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

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

 span { border-color: rgb(102,64,18); }

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