Shades of Dark Chestnut #906560
Tints of Dark Chestnut #906560
RGB
CMYK
RGB Variations
Color information
#906560 (or 0x906560) is known color: Dark Chestnut. HEX triplet: 90, 65 and 60. RGB value is (144,101,96). Sum of RGB (Red+Green+Blue) = 144+101+96=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #906560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906560 is #6F9A9F. Grayscale: #717171. Windows color (decimal): -7314080 or 6317456. OLE color: 6317456.
HSL color Cylindrical-coordinate representation of color #906560: hue angle of 6.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906560 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 101 | 96 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.44 |
| HSL | 6.25º | 0.2% | 0.47% | - |
| HSV(B) | 6.25º | 0.33% | 0.56% | - |
| XYZ | 18.27 | 16.08 | 13.21 | - |
| YUV | 113.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 96 | 0 | 0.30 | 0.33 | 0.44 | 6.25 | 0.2 | 0.47 |
| Hex | 90 | 65 | 60 | 0 | 1E | 21 | 2C | 6 | 14 | 2F |
| Octal | 220 | 145 | 140 | 0 | 36 | 41 | 54 | 6 | 24 | 57 |
| Binary | 10010000 | 1100101 | 1100000 | 0 | 11110 | 100001 | 101100 | 110 | 10100 | 101111 |
Color Harmonies of #906560
Complementary color
Monochromatic Colors of #906560
Black with #906560
Text Example
Text Example
White with #906560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906560; }
p { color: rgb(144,101,96); }
H1.HeaderClassName
{
color: #906560;
}
.AnyTagClassName
{
color: #906560;
}
</style>
background-color css
<style>
a { background-color: #906560; }
a { background-color: rgb(144,101,96); }
div.DivClassName
{
background-color: #906560;
}
.BgClassName
{
background-color: #906560;
}
</style>
border-color css
<style>
span { border-color: #906560; }
span { border-color: rgb(144,101,96); }
td.TdClassName
{
border-color: #906560;
}
.TagClassName
{
border-color: #906560;
}
</style>