Shades of Dark Chestnut #9B7068
Tints of Dark Chestnut #9B7068
RGB
CMYK
RGB Variations
Color information
#9B7068 (or 0x9B7068) is known color: Dark Chestnut. HEX triplet: 9B, 70 and 68. RGB value is (155,112,104). Sum of RGB (Red+Green+Blue) = 155+112+104=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7068 is #648F97. Grayscale: #7C7C7C. Windows color (decimal): -6590360 or 6844571. OLE color: 6844571.
HSL color Cylindrical-coordinate representation of color #9B7068: hue angle of 9.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B7068 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 104 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.39 |
| HSL | 9.41º | 0.2% | 0.51% | - |
| HSV(B) | 9.41º | 0.33% | 0.61% | - |
| XYZ | 21.81 | 19.56 | 15.72 | - |
| YUV | 123.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 104 | 0 | 0.28 | 0.33 | 0.39 | 9.41 | 0.2 | 0.51 |
| Hex | 9B | 70 | 68 | 0 | 1C | 21 | 27 | 9 | 14 | 33 |
| Octal | 233 | 160 | 150 | 0 | 34 | 41 | 47 | 11 | 24 | 63 |
| Binary | 10011011 | 1110000 | 1101000 | 0 | 11100 | 100001 | 100111 | 1001 | 10100 | 110011 |
Color Harmonies of #9B7068
Complementary color
Monochromatic Colors of #9B7068
Black with #9B7068
Text Example
Text Example
White with #9B7068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7068; }
p { color: rgb(155,112,104); }
H1.HeaderClassName
{
color: #9B7068;
}
.AnyTagClassName
{
color: #9B7068;
}
</style>
background-color css
<style>
a { background-color: #9B7068; }
a { background-color: rgb(155,112,104); }
div.DivClassName
{
background-color: #9B7068;
}
.BgClassName
{
background-color: #9B7068;
}
</style>
border-color css
<style>
span { border-color: #9B7068; }
span { border-color: rgb(155,112,104); }
td.TdClassName
{
border-color: #9B7068;
}
.TagClassName
{
border-color: #9B7068;
}
</style>