Shades of Dark Chestnut #9B695E
Tints of Dark Chestnut #9B695E
RGB
CMYK
RGB Variations
Color information
#9B695E (or 0x9B695E) is known color: Dark Chestnut. HEX triplet: 9B, 69 and 5E. RGB value is (155,105,94). Sum of RGB (Red+Green+Blue) = 155+105+94=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B695E is #6496A1. Grayscale: #767676. Windows color (decimal): -6592162 or 6187419. OLE color: 6187419.
HSL color Cylindrical-coordinate representation of color #9B695E: hue angle of 10.82º 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 #9B695E is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 94 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.39 |
| HSL | 10.82º | 0.24% | 0.49% | - |
| HSV(B) | 10.82º | 0.39% | 0.61% | - |
| XYZ | 20.59 | 17.88 | 12.96 | - |
| YUV | 118.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 94 | 0 | 0.32 | 0.39 | 0.39 | 10.82 | 0.24 | 0.49 |
| Hex | 9B | 69 | 5E | 0 | 20 | 27 | 27 | B | 18 | 31 |
| Octal | 233 | 151 | 136 | 0 | 40 | 47 | 47 | 13 | 30 | 61 |
| Binary | 10011011 | 1101001 | 1011110 | 0 | 100000 | 100111 | 100111 | 1011 | 11000 | 110001 |
Color Harmonies of #9B695E
Complementary color
Monochromatic Colors of #9B695E
Black with #9B695E
Text Example
Text Example
White with #9B695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B695E; }
p { color: rgb(155,105,94); }
H1.HeaderClassName
{
color: #9B695E;
}
.AnyTagClassName
{
color: #9B695E;
}
</style>
background-color css
<style>
a { background-color: #9B695E; }
a { background-color: rgb(155,105,94); }
div.DivClassName
{
background-color: #9B695E;
}
.BgClassName
{
background-color: #9B695E;
}
</style>
border-color css
<style>
span { border-color: #9B695E; }
span { border-color: rgb(155,105,94); }
td.TdClassName
{
border-color: #9B695E;
}
.TagClassName
{
border-color: #9B695E;
}
</style>