Shades of Dark Chestnut #906C66
Tints of Dark Chestnut #906C66
RGB
CMYK
RGB Variations
Color information
#906C66 (or 0x906C66) is known color: Dark Chestnut. HEX triplet: 90, 6C and 66. RGB value is (144,108,102). Sum of RGB (Red+Green+Blue) = 144+108+102=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #906C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C66 is #6F9399. Grayscale: #767676. Windows color (decimal): -7312282 or 6712464. OLE color: 6712464.
HSL color Cylindrical-coordinate representation of color #906C66: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #906C66 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 102 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.44 |
| HSL | 8.57º | 0.17% | 0.48% | - |
| HSV(B) | 8.57º | 0.29% | 0.56% | - |
| XYZ | 19.26 | 17.61 | 14.95 | - |
| YUV | 118.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 102 | 0 | 0.25 | 0.29 | 0.44 | 8.57 | 0.17 | 0.48 |
| Hex | 90 | 6C | 66 | 0 | 19 | 1D | 2C | 9 | 11 | 30 |
| Octal | 220 | 154 | 146 | 0 | 31 | 35 | 54 | 11 | 21 | 60 |
| Binary | 10010000 | 1101100 | 1100110 | 0 | 11001 | 11101 | 101100 | 1001 | 10001 | 110000 |
Color Harmonies of #906C66
Complementary color
Monochromatic Colors of #906C66
Black with #906C66
Text Example
Text Example
White with #906C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C66; }
p { color: rgb(144,108,102); }
H1.HeaderClassName
{
color: #906C66;
}
.AnyTagClassName
{
color: #906C66;
}
</style>
background-color css
<style>
a { background-color: #906C66; }
a { background-color: rgb(144,108,102); }
div.DivClassName
{
background-color: #906C66;
}
.BgClassName
{
background-color: #906C66;
}
</style>
border-color css
<style>
span { border-color: #906C66; }
span { border-color: rgb(144,108,102); }
td.TdClassName
{
border-color: #906C66;
}
.TagClassName
{
border-color: #906C66;
}
</style>