Shades of Dark Chestnut #996B5D
Tints of Dark Chestnut #996B5D
RGB
CMYK
RGB Variations
Color information
#996B5D (or 0x996B5D) is known color: Dark Chestnut. HEX triplet: 99, 6B and 5D. RGB value is (153,107,93). Sum of RGB (Red+Green+Blue) = 153+107+93=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B5D is #6694A2. Grayscale: #777777. Windows color (decimal): -6722723 or 6122393. OLE color: 6122393.
HSL color Cylindrical-coordinate representation of color #996B5D: hue angle of 14º 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 #996B5D is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 93 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.4 |
| HSL | 14º | 0.24% | 0.48% | - |
| HSV(B) | 14º | 0.39% | 0.6% | - |
| XYZ | 20.37 | 18.08 | 12.77 | - |
| YUV | 119.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 93 | 0 | 0.30 | 0.39 | 0.4 | 14 | 0.24 | 0.48 |
| Hex | 99 | 6B | 5D | 0 | 1E | 27 | 28 | E | 18 | 30 |
| Octal | 231 | 153 | 135 | 0 | 36 | 47 | 50 | 16 | 30 | 60 |
| Binary | 10011001 | 1101011 | 1011101 | 0 | 11110 | 100111 | 101000 | 1110 | 11000 | 110000 |
Color Harmonies of #996B5D
Complementary color
Monochromatic Colors of #996B5D
Black with #996B5D
Text Example
Text Example
White with #996B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B5D; }
p { color: rgb(153,107,93); }
H1.HeaderClassName
{
color: #996B5D;
}
.AnyTagClassName
{
color: #996B5D;
}
</style>
background-color css
<style>
a { background-color: #996B5D; }
a { background-color: rgb(153,107,93); }
div.DivClassName
{
background-color: #996B5D;
}
.BgClassName
{
background-color: #996B5D;
}
</style>
border-color css
<style>
span { border-color: #996B5D; }
span { border-color: rgb(153,107,93); }
td.TdClassName
{
border-color: #996B5D;
}
.TagClassName
{
border-color: #996B5D;
}
</style>