Shades of Dark Chestnut #9B665F
Tints of Dark Chestnut #9B665F
RGB
CMYK
RGB Variations
Color information
#9B665F (or 0x9B665F) is known color: Dark Chestnut. HEX triplet: 9B, 66 and 5F. RGB value is (155,102,95). Sum of RGB (Red+Green+Blue) = 155+102+95=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B665F is #6499A0. Grayscale: #757575. Windows color (decimal): -6592929 or 6252187. OLE color: 6252187.
HSL color Cylindrical-coordinate representation of color #9B665F: hue angle of 7º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B665F is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 95 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.39 |
| HSL | 7º | 0.24% | 0.49% | - |
| HSV(B) | 7º | 0.39% | 0.61% | - |
| XYZ | 20.33 | 17.3 | 13.09 | - |
| YUV | 117.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 95 | 0 | 0.34 | 0.39 | 0.39 | 7 | 0.24 | 0.49 |
| Hex | 9B | 66 | 5F | 0 | 22 | 27 | 27 | 7 | 18 | 31 |
| Octal | 233 | 146 | 137 | 0 | 42 | 47 | 47 | 7 | 30 | 61 |
| Binary | 10011011 | 1100110 | 1011111 | 0 | 100010 | 100111 | 100111 | 111 | 11000 | 110001 |
Color Harmonies of #9B665F
Complementary color
Monochromatic Colors of #9B665F
Black with #9B665F
Text Example
Text Example
White with #9B665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B665F; }
p { color: rgb(155,102,95); }
H1.HeaderClassName
{
color: #9B665F;
}
.AnyTagClassName
{
color: #9B665F;
}
</style>
background-color css
<style>
a { background-color: #9B665F; }
a { background-color: rgb(155,102,95); }
div.DivClassName
{
background-color: #9B665F;
}
.BgClassName
{
background-color: #9B665F;
}
</style>
border-color css
<style>
span { border-color: #9B665F; }
span { border-color: rgb(155,102,95); }
td.TdClassName
{
border-color: #9B665F;
}
.TagClassName
{
border-color: #9B665F;
}
</style>