Shades of Dark Chestnut #9A736B
Tints of Dark Chestnut #9A736B
RGB
CMYK
RGB Variations
Color information
#9A736B (or 0x9A736B) is known color: Dark Chestnut. HEX triplet: 9A, 73 and 6B. RGB value is (154,115,107). Sum of RGB (Red+Green+Blue) = 154+115+107=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 154 - color contains mainly: red. Hex color #9A736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A736B is #658C94. Grayscale: #7D7D7D. Windows color (decimal): -6655125 or 7041946. OLE color: 7041946.
HSL color Cylindrical-coordinate representation of color #9A736B: hue angle of 10.21º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A736B is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 107 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.40 |
| HSL | 10.21º | 0.19% | 0.51% | - |
| HSV(B) | 10.21º | 0.31% | 0.6% | - |
| XYZ | 22.11 | 20.19 | 16.64 | - |
| YUV | 125.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 107 | 0 | 0.25 | 0.31 | 0.40 | 10.21 | 0.19 | 0.51 |
| Hex | 9A | 73 | 6B | 0 | 19 | 1F | 28 | A | 13 | 33 |
| Octal | 232 | 163 | 153 | 0 | 31 | 37 | 50 | 12 | 23 | 63 |
| Binary | 10011010 | 1110011 | 1101011 | 0 | 11001 | 11111 | 101000 | 1010 | 10011 | 110011 |
Color Harmonies of #9A736B
Complementary color
Monochromatic Colors of #9A736B
Black with #9A736B
Text Example
Text Example
White with #9A736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A736B; }
p { color: rgb(154,115,107); }
H1.HeaderClassName
{
color: #9A736B;
}
.AnyTagClassName
{
color: #9A736B;
}
</style>
background-color css
<style>
a { background-color: #9A736B; }
a { background-color: rgb(154,115,107); }
div.DivClassName
{
background-color: #9A736B;
}
.BgClassName
{
background-color: #9A736B;
}
</style>
border-color css
<style>
span { border-color: #9A736B; }
span { border-color: rgb(154,115,107); }
td.TdClassName
{
border-color: #9A736B;
}
.TagClassName
{
border-color: #9A736B;
}
</style>