Shades of Dark Chestnut #9B6863
Tints of Dark Chestnut #9B6863
RGB
CMYK
RGB Variations
Color information
#9B6863 (or 0x9B6863) is known color: Dark Chestnut. HEX triplet: 9B, 68 and 63. RGB value is (155,104,99). Sum of RGB (Red+Green+Blue) = 155+104+99=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6863 is #64979C. Grayscale: #767676. Windows color (decimal): -6592413 or 6514843. OLE color: 6514843.
HSL color Cylindrical-coordinate representation of color #9B6863: hue angle of 5.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6863 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 99 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.39 |
| HSL | 5.36º | 0.22% | 0.5% | - |
| HSV(B) | 5.36º | 0.36% | 0.61% | - |
| XYZ | 20.72 | 17.77 | 14.14 | - |
| YUV | 118.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 99 | 0 | 0.33 | 0.36 | 0.39 | 5.36 | 0.22 | 0.5 |
| Hex | 9B | 68 | 63 | 0 | 21 | 24 | 27 | 5 | 16 | 32 |
| Octal | 233 | 150 | 143 | 0 | 41 | 44 | 47 | 5 | 26 | 62 |
| Binary | 10011011 | 1101000 | 1100011 | 0 | 100001 | 100100 | 100111 | 101 | 10110 | 110010 |
Color Harmonies of #9B6863
Complementary color
Monochromatic Colors of #9B6863
Black with #9B6863
Text Example
Text Example
White with #9B6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6863; }
p { color: rgb(155,104,99); }
H1.HeaderClassName
{
color: #9B6863;
}
.AnyTagClassName
{
color: #9B6863;
}
</style>
background-color css
<style>
a { background-color: #9B6863; }
a { background-color: rgb(155,104,99); }
div.DivClassName
{
background-color: #9B6863;
}
.BgClassName
{
background-color: #9B6863;
}
</style>
border-color css
<style>
span { border-color: #9B6863; }
span { border-color: rgb(155,104,99); }
td.TdClassName
{
border-color: #9B6863;
}
.TagClassName
{
border-color: #9B6863;
}
</style>