Shades of Dark Chestnut #906C65
Tints of Dark Chestnut #906C65
RGB
CMYK
RGB Variations
Color information
#906C65 (or 0x906C65) is known color: Dark Chestnut. HEX triplet: 90, 6C and 65. RGB value is (144,108,101). Sum of RGB (Red+Green+Blue) = 144+108+101=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #906C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C65 is #6F939A. Grayscale: #767676. Windows color (decimal): -7312283 or 6646928. OLE color: 6646928.
HSL color Cylindrical-coordinate representation of color #906C65: hue angle of 9.77º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #906C65 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 101 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.44 |
| HSL | 9.77º | 0.18% | 0.48% | - |
| HSV(B) | 9.77º | 0.3% | 0.56% | - |
| XYZ | 19.21 | 17.59 | 14.7 | - |
| YUV | 117.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 101 | 0 | 0.25 | 0.30 | 0.44 | 9.77 | 0.18 | 0.48 |
| Hex | 90 | 6C | 65 | 0 | 19 | 1E | 2C | A | 12 | 30 |
| Octal | 220 | 154 | 145 | 0 | 31 | 36 | 54 | 12 | 22 | 60 |
| Binary | 10010000 | 1101100 | 1100101 | 0 | 11001 | 11110 | 101100 | 1010 | 10010 | 110000 |
Color Harmonies of #906C65
Complementary color
Monochromatic Colors of #906C65
Black with #906C65
Text Example
Text Example
White with #906C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C65; }
p { color: rgb(144,108,101); }
H1.HeaderClassName
{
color: #906C65;
}
.AnyTagClassName
{
color: #906C65;
}
</style>
background-color css
<style>
a { background-color: #906C65; }
a { background-color: rgb(144,108,101); }
div.DivClassName
{
background-color: #906C65;
}
.BgClassName
{
background-color: #906C65;
}
</style>
border-color css
<style>
span { border-color: #906C65; }
span { border-color: rgb(144,108,101); }
td.TdClassName
{
border-color: #906C65;
}
.TagClassName
{
border-color: #906C65;
}
</style>