Shades of Very Dark Brown #664236
Tints of Very Dark Brown #664236
RGB
CMYK
RGB Variations
Color information
#664236 (or 0x664236) is known color: Very Dark Brown. HEX triplet: 66, 42 and 36. RGB value is (102,66,54). Sum of RGB (Red+Green+Blue) = 102+66+54=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #664236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664236 is #99BDC9. Grayscale: #4B4B4B. Windows color (decimal): -10075594 or 3555942. OLE color: 3555942.
HSL color Cylindrical-coordinate representation of color #664236: hue angle of 15º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664236 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 54 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.6 |
| HSL | 15º | 0.31% | 0.31% | - |
| HSV(B) | 15º | 0.47% | 0.4% | - |
| XYZ | 8.09 | 6.99 | 4.41 | - |
| YUV | 75.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 54 | 0 | 0.35 | 0.47 | 0.6 | 15 | 0.31 | 0.31 |
| Hex | 66 | 42 | 36 | 0 | 23 | 2F | 3C | F | 1F | 1F |
| Octal | 146 | 102 | 66 | 0 | 43 | 57 | 74 | 17 | 37 | 37 |
| Binary | 1100110 | 1000010 | 110110 | 0 | 100011 | 101111 | 111100 | 1111 | 11111 | 11111 |
Color Harmonies of #664236
Complementary color
Monochromatic Colors of #664236
Black with #664236
Text Example
Text Example
White with #664236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664236; }
p { color: rgb(102,66,54); }
H1.HeaderClassName
{
color: #664236;
}
.AnyTagClassName
{
color: #664236;
}
</style>
background-color css
<style>
a { background-color: #664236; }
a { background-color: rgb(102,66,54); }
div.DivClassName
{
background-color: #664236;
}
.BgClassName
{
background-color: #664236;
}
</style>
border-color css
<style>
span { border-color: #664236; }
span { border-color: rgb(102,66,54); }
td.TdClassName
{
border-color: #664236;
}
.TagClassName
{
border-color: #664236;
}
</style>