Shades of Very Dark Brown #664032
Tints of Very Dark Brown #664032
RGB
CMYK
RGB Variations
Color information
#664032 (or 0x664032) is known color: 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
| RGB | 102 | 64 | 50 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.6 |
| HSL | 16.15º | 0.34% | 0.3% | - |
| HSV(B) | 16.15º | 0.51% | 0.4% | - |
| XYZ | 7.89 | 6.72 | 3.9 | - |
| YUV | 73.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 50 | 0 | 0.37 | 0.51 | 0.6 | 16.15 | 0.34 | 0.3 |
| Hex | 66 | 40 | 32 | 0 | 25 | 33 | 3C | 10 | 22 | 1E |
| Octal | 146 | 100 | 62 | 0 | 45 | 63 | 74 | 20 | 42 | 36 |
| Binary | 1100110 | 1000000 | 110010 | 0 | 100101 | 110011 | 111100 | 10000 | 100010 | 11110 |
Color Harmonies of #664032
Complementary color
Monochromatic Colors of #664032
Black with #664032
Text Example
Text Example
White with #664032
Text Example
Text Example
HTML Codes & Css Web 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>