Shades of Dark Chestnut #996B5E
Tints of Dark Chestnut #996B5E
RGB
CMYK
RGB Variations
Color information
#996B5E (or 0x996B5E) is known color: Dark Chestnut. HEX triplet: 99, 6B and 5E. RGB value is (153,107,94). Sum of RGB (Red+Green+Blue) = 153+107+94=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B5E is #6694A1. Grayscale: #777777. Windows color (decimal): -6722722 or 6187929. OLE color: 6187929.
HSL color Cylindrical-coordinate representation of color #996B5E: hue angle of 13.22º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #996B5E is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 94 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.4 |
| HSL | 13.22º | 0.24% | 0.48% | - |
| HSV(B) | 13.22º | 0.39% | 0.6% | - |
| XYZ | 20.41 | 18.1 | 13.01 | - |
| YUV | 119.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 94 | 0 | 0.30 | 0.39 | 0.4 | 13.22 | 0.24 | 0.48 |
| Hex | 99 | 6B | 5E | 0 | 1E | 27 | 28 | D | 18 | 30 |
| Octal | 231 | 153 | 136 | 0 | 36 | 47 | 50 | 15 | 30 | 60 |
| Binary | 10011001 | 1101011 | 1011110 | 0 | 11110 | 100111 | 101000 | 1101 | 11000 | 110000 |
Color Harmonies of #996B5E
Complementary color
Monochromatic Colors of #996B5E
Black with #996B5E
Text Example
Text Example
White with #996B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B5E; }
p { color: rgb(153,107,94); }
H1.HeaderClassName
{
color: #996B5E;
}
.AnyTagClassName
{
color: #996B5E;
}
</style>
background-color css
<style>
a { background-color: #996B5E; }
a { background-color: rgb(153,107,94); }
div.DivClassName
{
background-color: #996B5E;
}
.BgClassName
{
background-color: #996B5E;
}
</style>
border-color css
<style>
span { border-color: #996B5E; }
span { border-color: rgb(153,107,94); }
td.TdClassName
{
border-color: #996B5E;
}
.TagClassName
{
border-color: #996B5E;
}
</style>