Shades of Dark Chestnut #99736B
Tints of Dark Chestnut #99736B
RGB
CMYK
RGB Variations
Color information
#99736B (or 0x99736B) is known color: Dark Chestnut. HEX triplet: 99, 73 and 6B. RGB value is (153,115,107). Sum of RGB (Red+Green+Blue) = 153+115+107=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99736B is #668C94. Grayscale: #7D7D7D. Windows color (decimal): -6720661 or 7041945. OLE color: 7041945.
HSL color Cylindrical-coordinate representation of color #99736B: hue angle of 10.43º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99736B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 107 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.4 |
| HSL | 10.43º | 0.18% | 0.51% | - |
| HSV(B) | 10.43º | 0.3% | 0.6% | - |
| XYZ | 21.92 | 20.1 | 16.63 | - |
| YUV | 125.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 107 | 0 | 0.25 | 0.30 | 0.4 | 10.43 | 0.18 | 0.51 |
| Hex | 99 | 73 | 6B | 0 | 19 | 1E | 28 | A | 12 | 33 |
| Octal | 231 | 163 | 153 | 0 | 31 | 36 | 50 | 12 | 22 | 63 |
| Binary | 10011001 | 1110011 | 1101011 | 0 | 11001 | 11110 | 101000 | 1010 | 10010 | 110011 |
Color Harmonies of #99736B
Complementary color
Monochromatic Colors of #99736B
Black with #99736B
Text Example
Text Example
White with #99736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99736B; }
p { color: rgb(153,115,107); }
H1.HeaderClassName
{
color: #99736B;
}
.AnyTagClassName
{
color: #99736B;
}
</style>
background-color css
<style>
a { background-color: #99736B; }
a { background-color: rgb(153,115,107); }
div.DivClassName
{
background-color: #99736B;
}
.BgClassName
{
background-color: #99736B;
}
</style>
border-color css
<style>
span { border-color: #99736B; }
span { border-color: rgb(153,115,107); }
td.TdClassName
{
border-color: #99736B;
}
.TagClassName
{
border-color: #99736B;
}
</style>