Shades of Dark Chestnut #96685D
Tints of Dark Chestnut #96685D
RGB
CMYK
RGB Variations
Color information
#96685D (or 0x96685D) is known color: Dark Chestnut. HEX triplet: 96, 68 and 5D. RGB value is (150,104,93). Sum of RGB (Red+Green+Blue) = 150+104+93=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96685D is #6997A2. Grayscale: #747474. Windows color (decimal): -6920099 or 6121622. OLE color: 6121622.
HSL color Cylindrical-coordinate representation of color #96685D: hue angle of 11.58º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96685D is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 93 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.41 |
| HSL | 11.58º | 0.23% | 0.48% | - |
| HSV(B) | 11.58º | 0.38% | 0.59% | - |
| XYZ | 19.5 | 17.17 | 12.64 | - |
| YUV | 116.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 93 | 0 | 0.31 | 0.38 | 0.41 | 11.58 | 0.23 | 0.48 |
| Hex | 96 | 68 | 5D | 0 | 1F | 26 | 29 | C | 17 | 30 |
| Octal | 226 | 150 | 135 | 0 | 37 | 46 | 51 | 14 | 27 | 60 |
| Binary | 10010110 | 1101000 | 1011101 | 0 | 11111 | 100110 | 101001 | 1100 | 10111 | 110000 |
Color Harmonies of #96685D
Complementary color
Monochromatic Colors of #96685D
Black with #96685D
Text Example
Text Example
White with #96685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96685D; }
p { color: rgb(150,104,93); }
H1.HeaderClassName
{
color: #96685D;
}
.AnyTagClassName
{
color: #96685D;
}
</style>
background-color css
<style>
a { background-color: #96685D; }
a { background-color: rgb(150,104,93); }
div.DivClassName
{
background-color: #96685D;
}
.BgClassName
{
background-color: #96685D;
}
</style>
border-color css
<style>
span { border-color: #96685D; }
span { border-color: rgb(150,104,93); }
td.TdClassName
{
border-color: #96685D;
}
.TagClassName
{
border-color: #96685D;
}
</style>