Shades of Dark Chestnut #99716B
Tints of Dark Chestnut #99716B
RGB
CMYK
RGB Variations
Color information
#99716B (or 0x99716B) is known color: Dark Chestnut. HEX triplet: 99, 71 and 6B. RGB value is (153,113,107). Sum of RGB (Red+Green+Blue) = 153+113+107=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #99716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99716B is #668E94. Grayscale: #7C7C7C. Windows color (decimal): -6721173 or 7041433. OLE color: 7041433.
HSL color Cylindrical-coordinate representation of color #99716B: hue angle of 7.83º 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 #99716B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 107 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.4 |
| HSL | 7.83º | 0.18% | 0.51% | - |
| HSV(B) | 7.83º | 0.3% | 0.6% | - |
| XYZ | 21.7 | 19.64 | 16.56 | - |
| YUV | 124.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 107 | 0 | 0.26 | 0.30 | 0.4 | 7.83 | 0.18 | 0.51 |
| Hex | 99 | 71 | 6B | 0 | 1A | 1E | 28 | 8 | 12 | 33 |
| Octal | 231 | 161 | 153 | 0 | 32 | 36 | 50 | 10 | 22 | 63 |
| Binary | 10011001 | 1110001 | 1101011 | 0 | 11010 | 11110 | 101000 | 1000 | 10010 | 110011 |
Color Harmonies of #99716B
Complementary color
Monochromatic Colors of #99716B
Black with #99716B
Text Example
Text Example
White with #99716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99716B; }
p { color: rgb(153,113,107); }
H1.HeaderClassName
{
color: #99716B;
}
.AnyTagClassName
{
color: #99716B;
}
</style>
background-color css
<style>
a { background-color: #99716B; }
a { background-color: rgb(153,113,107); }
div.DivClassName
{
background-color: #99716B;
}
.BgClassName
{
background-color: #99716B;
}
</style>
border-color css
<style>
span { border-color: #99716B; }
span { border-color: rgb(153,113,107); }
td.TdClassName
{
border-color: #99716B;
}
.TagClassName
{
border-color: #99716B;
}
</style>