Shades of Dark Chestnut #9B716A
Tints of Dark Chestnut #9B716A
RGB
CMYK
RGB Variations
Color information
#9B716A (or 0x9B716A) is known color: Dark Chestnut. HEX triplet: 9B, 71 and 6A. RGB value is (155,113,106). Sum of RGB (Red+Green+Blue) = 155+113+106=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B716A is #648E95. Grayscale: #7C7C7C. Windows color (decimal): -6590102 or 6975899. OLE color: 6975899.
HSL color Cylindrical-coordinate representation of color #9B716A: hue angle of 8.57º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B716A is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 106 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.39 |
| HSL | 8.57º | 0.2% | 0.51% | - |
| HSV(B) | 8.57º | 0.32% | 0.61% | - |
| XYZ | 22.02 | 19.82 | 16.3 | - |
| YUV | 124.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 106 | 0 | 0.27 | 0.32 | 0.39 | 8.57 | 0.2 | 0.51 |
| Hex | 9B | 71 | 6A | 0 | 1B | 20 | 27 | 9 | 14 | 33 |
| Octal | 233 | 161 | 152 | 0 | 33 | 40 | 47 | 11 | 24 | 63 |
| Binary | 10011011 | 1110001 | 1101010 | 0 | 11011 | 100000 | 100111 | 1001 | 10100 | 110011 |
Color Harmonies of #9B716A
Complementary color
Monochromatic Colors of #9B716A
Black with #9B716A
Text Example
Text Example
White with #9B716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B716A; }
p { color: rgb(155,113,106); }
H1.HeaderClassName
{
color: #9B716A;
}
.AnyTagClassName
{
color: #9B716A;
}
</style>
background-color css
<style>
a { background-color: #9B716A; }
a { background-color: rgb(155,113,106); }
div.DivClassName
{
background-color: #9B716A;
}
.BgClassName
{
background-color: #9B716A;
}
</style>
border-color css
<style>
span { border-color: #9B716A; }
span { border-color: rgb(155,113,106); }
td.TdClassName
{
border-color: #9B716A;
}
.TagClassName
{
border-color: #9B716A;
}
</style>