Shades of Dark Chestnut #9A7068
Tints of Dark Chestnut #9A7068
RGB
CMYK
RGB Variations
Color information
#9A7068 (or 0x9A7068) is known color: Dark Chestnut. HEX triplet: 9A, 70 and 68. RGB value is (154,112,104). Sum of RGB (Red+Green+Blue) = 154+112+104=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7068 is #658F97. Grayscale: #7B7B7B. Windows color (decimal): -6655896 or 6844570. OLE color: 6844570.
HSL color Cylindrical-coordinate representation of color #9A7068: hue angle of 9.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A7068 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 104 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.40 |
| HSL | 9.6º | 0.2% | 0.51% | - |
| HSV(B) | 9.6º | 0.32% | 0.6% | - |
| XYZ | 21.62 | 19.46 | 15.71 | - |
| YUV | 123.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 104 | 0 | 0.27 | 0.32 | 0.40 | 9.6 | 0.2 | 0.51 |
| Hex | 9A | 70 | 68 | 0 | 1B | 20 | 28 | A | 14 | 33 |
| Octal | 232 | 160 | 150 | 0 | 33 | 40 | 50 | 12 | 24 | 63 |
| Binary | 10011010 | 1110000 | 1101000 | 0 | 11011 | 100000 | 101000 | 1010 | 10100 | 110011 |
Color Harmonies of #9A7068
Complementary color
Monochromatic Colors of #9A7068
Black with #9A7068
Text Example
Text Example
White with #9A7068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7068; }
p { color: rgb(154,112,104); }
H1.HeaderClassName
{
color: #9A7068;
}
.AnyTagClassName
{
color: #9A7068;
}
</style>
background-color css
<style>
a { background-color: #9A7068; }
a { background-color: rgb(154,112,104); }
div.DivClassName
{
background-color: #9A7068;
}
.BgClassName
{
background-color: #9A7068;
}
</style>
border-color css
<style>
span { border-color: #9A7068; }
span { border-color: rgb(154,112,104); }
td.TdClassName
{
border-color: #9A7068;
}
.TagClassName
{
border-color: #9A7068;
}
</style>