Shades of Dark Chestnut #99726B
Tints of Dark Chestnut #99726B
RGB
CMYK
RGB Variations
Color information
#99726B (or 0x99726B) is known color: Dark Chestnut. HEX triplet: 99, 72 and 6B. RGB value is (153,114,107). Sum of RGB (Red+Green+Blue) = 153+114+107=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #99726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99726B is #668D94. Grayscale: #7C7C7C. Windows color (decimal): -6720917 or 7041689. OLE color: 7041689.
HSL color Cylindrical-coordinate representation of color #99726B: hue angle of 9.13º 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 #99726B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 107 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.4 |
| HSL | 9.13º | 0.18% | 0.51% | - |
| HSV(B) | 9.13º | 0.3% | 0.6% | - |
| XYZ | 21.81 | 19.87 | 16.6 | - |
| YUV | 124.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 107 | 0 | 0.25 | 0.30 | 0.4 | 9.13 | 0.18 | 0.51 |
| Hex | 99 | 72 | 6B | 0 | 19 | 1E | 28 | 9 | 12 | 33 |
| Octal | 231 | 162 | 153 | 0 | 31 | 36 | 50 | 11 | 22 | 63 |
| Binary | 10011001 | 1110010 | 1101011 | 0 | 11001 | 11110 | 101000 | 1001 | 10010 | 110011 |
Color Harmonies of #99726B
Complementary color
Monochromatic Colors of #99726B
Black with #99726B
Text Example
Text Example
White with #99726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99726B; }
p { color: rgb(153,114,107); }
H1.HeaderClassName
{
color: #99726B;
}
.AnyTagClassName
{
color: #99726B;
}
</style>
background-color css
<style>
a { background-color: #99726B; }
a { background-color: rgb(153,114,107); }
div.DivClassName
{
background-color: #99726B;
}
.BgClassName
{
background-color: #99726B;
}
</style>
border-color css
<style>
span { border-color: #99726B; }
span { border-color: rgb(153,114,107); }
td.TdClassName
{
border-color: #99726B;
}
.TagClassName
{
border-color: #99726B;
}
</style>