Shades of Dark Chestnut #9A6B60
Tints of Dark Chestnut #9A6B60
RGB
CMYK
RGB Variations
Color information
#9A6B60 (or 0x9A6B60) is known color: Dark Chestnut. HEX triplet: 9A, 6B and 60. RGB value is (154,107,96). Sum of RGB (Red+Green+Blue) = 154+107+96=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6B60 is #65949F. Grayscale: #777777. Windows color (decimal): -6657184 or 6319002. OLE color: 6319002.
HSL color Cylindrical-coordinate representation of color #9A6B60: hue angle of 11.38º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6B60 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 96 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.40 |
| HSL | 11.38º | 0.23% | 0.49% | - |
| HSV(B) | 11.38º | 0.38% | 0.6% | - |
| XYZ | 20.7 | 18.23 | 13.49 | - |
| YUV | 119.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 96 | 0 | 0.31 | 0.38 | 0.40 | 11.38 | 0.23 | 0.49 |
| Hex | 9A | 6B | 60 | 0 | 1F | 26 | 28 | B | 17 | 31 |
| Octal | 232 | 153 | 140 | 0 | 37 | 46 | 50 | 13 | 27 | 61 |
| Binary | 10011010 | 1101011 | 1100000 | 0 | 11111 | 100110 | 101000 | 1011 | 10111 | 110001 |
Color Harmonies of #9A6B60
Complementary color
Monochromatic Colors of #9A6B60
Black with #9A6B60
Text Example
Text Example
White with #9A6B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B60; }
p { color: rgb(154,107,96); }
H1.HeaderClassName
{
color: #9A6B60;
}
.AnyTagClassName
{
color: #9A6B60;
}
</style>
background-color css
<style>
a { background-color: #9A6B60; }
a { background-color: rgb(154,107,96); }
div.DivClassName
{
background-color: #9A6B60;
}
.BgClassName
{
background-color: #9A6B60;
}
</style>
border-color css
<style>
span { border-color: #9A6B60; }
span { border-color: rgb(154,107,96); }
td.TdClassName
{
border-color: #9A6B60;
}
.TagClassName
{
border-color: #9A6B60;
}
</style>