#664032

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

Shades of Very Dark Brown #664032

Tints of Very Dark Brown #664032

Color information

#664032 (or 0x664032) is unknown color: approx Very Dark Brown. HEX triplet: 66, 40 and 32. RGB value is (102,64,50). Sum of RGB (Red+Green+Blue) = 102+64+50=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #664032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664032 is #99BFCD. Grayscale: #494949. Windows color (decimal): -10076110 or 3293286. OLE color: 3293286.

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

Color convert

RGB1026450-
CMYK00.370.510.6
HSL16.15º34.21%29.8%-
HSV(B)16.15º50.98%40%-
XYZ7.896.723.9-
YUV73.77114.59148.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=47.22%
G=29.63%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102645000.370.510.616.1534.2129.8
Hex664032025333C10221e
Octal146100620456374204236
Binary1100110100000011001001001011100111111001000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664032; }

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

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

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

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

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

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

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

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