Shades of Dark Chestnut #9B7167
Tints of Dark Chestnut #9B7167
RGB
CMYK
RGB Variations
Color information
#9B7167 (or 0x9B7167) is known color: Dark Chestnut. HEX triplet: 9B, 71 and 67. RGB value is (155,113,103). Sum of RGB (Red+Green+Blue) = 155+113+103=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7167 is #648E98. Grayscale: #7C7C7C. Windows color (decimal): -6590105 or 6779291. OLE color: 6779291.
HSL color Cylindrical-coordinate representation of color #9B7167: hue angle of 11.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B7167 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 103 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.39 |
| HSL | 11.54º | 0.21% | 0.51% | - |
| HSV(B) | 11.54º | 0.34% | 0.61% | - |
| XYZ | 21.87 | 19.76 | 15.49 | - |
| YUV | 124.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 103 | 0 | 0.27 | 0.34 | 0.39 | 11.54 | 0.21 | 0.51 |
| Hex | 9B | 71 | 67 | 0 | 1B | 22 | 27 | C | 15 | 33 |
| Octal | 233 | 161 | 147 | 0 | 33 | 42 | 47 | 14 | 25 | 63 |
| Binary | 10011011 | 1110001 | 1100111 | 0 | 11011 | 100010 | 100111 | 1100 | 10101 | 110011 |
Color Harmonies of #9B7167
Complementary color
Monochromatic Colors of #9B7167
Black with #9B7167
Text Example
Text Example
White with #9B7167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7167; }
p { color: rgb(155,113,103); }
H1.HeaderClassName
{
color: #9B7167;
}
.AnyTagClassName
{
color: #9B7167;
}
</style>
background-color css
<style>
a { background-color: #9B7167; }
a { background-color: rgb(155,113,103); }
div.DivClassName
{
background-color: #9B7167;
}
.BgClassName
{
background-color: #9B7167;
}
</style>
border-color css
<style>
span { border-color: #9B7167; }
span { border-color: rgb(155,113,103); }
td.TdClassName
{
border-color: #9B7167;
}
.TagClassName
{
border-color: #9B7167;
}
</style>