Shades of Dark Chestnut #9B695D
Tints of Dark Chestnut #9B695D
RGB
CMYK
RGB Variations
Color information
#9B695D (or 0x9B695D) is known color: Dark Chestnut. HEX triplet: 9B, 69 and 5D. RGB value is (155,105,93). Sum of RGB (Red+Green+Blue) = 155+105+93=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B695D is #6496A2. Grayscale: #767676. Windows color (decimal): -6592163 or 6121883. OLE color: 6121883.
HSL color Cylindrical-coordinate representation of color #9B695D: hue angle of 11.61º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B695D is Cyan = 0, Magento = 0.32, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 93 | - |
| CMYK | 0 | 0.32 | 0.4 | 0.39 |
| HSL | 11.61º | 0.25% | 0.49% | - |
| HSV(B) | 11.61º | 0.4% | 0.61% | - |
| XYZ | 20.54 | 17.86 | 12.72 | - |
| YUV | 118.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 93 | 0 | 0.32 | 0.4 | 0.39 | 11.61 | 0.25 | 0.49 |
| Hex | 9B | 69 | 5D | 0 | 20 | 28 | 27 | C | 19 | 31 |
| Octal | 233 | 151 | 135 | 0 | 40 | 50 | 47 | 14 | 31 | 61 |
| Binary | 10011011 | 1101001 | 1011101 | 0 | 100000 | 101000 | 100111 | 1100 | 11001 | 110001 |
Color Harmonies of #9B695D
Complementary color
Monochromatic Colors of #9B695D
Black with #9B695D
Text Example
Text Example
White with #9B695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B695D; }
p { color: rgb(155,105,93); }
H1.HeaderClassName
{
color: #9B695D;
}
.AnyTagClassName
{
color: #9B695D;
}
</style>
background-color css
<style>
a { background-color: #9B695D; }
a { background-color: rgb(155,105,93); }
div.DivClassName
{
background-color: #9B695D;
}
.BgClassName
{
background-color: #9B695D;
}
</style>
border-color css
<style>
span { border-color: #9B695D; }
span { border-color: rgb(155,105,93); }
td.TdClassName
{
border-color: #9B695D;
}
.TagClassName
{
border-color: #9B695D;
}
</style>