Shades of Dark Chestnut #96685C
Tints of Dark Chestnut #96685C
RGB
CMYK
RGB Variations
Color information
#96685C (or 0x96685C) is known color: Dark Chestnut. HEX triplet: 96, 68 and 5C. RGB value is (150,104,92). Sum of RGB (Red+Green+Blue) = 150+104+92=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #96685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96685C is #6997A3. Grayscale: #747474. Windows color (decimal): -6920100 or 6056086. OLE color: 6056086.
HSL color Cylindrical-coordinate representation of color #96685C: hue angle of 12.41º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96685C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 92 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.41 |
| HSL | 12.41º | 0.24% | 0.47% | - |
| HSV(B) | 12.41º | 0.39% | 0.59% | - |
| XYZ | 19.46 | 17.16 | 12.41 | - |
| YUV | 116.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 92 | 0 | 0.31 | 0.39 | 0.41 | 12.41 | 0.24 | 0.47 |
| Hex | 96 | 68 | 5C | 0 | 1F | 27 | 29 | C | 18 | 2F |
| Octal | 226 | 150 | 134 | 0 | 37 | 47 | 51 | 14 | 30 | 57 |
| Binary | 10010110 | 1101000 | 1011100 | 0 | 11111 | 100111 | 101001 | 1100 | 11000 | 101111 |
Color Harmonies of #96685C
Complementary color
Monochromatic Colors of #96685C
Black with #96685C
Text Example
Text Example
White with #96685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96685C; }
p { color: rgb(150,104,92); }
H1.HeaderClassName
{
color: #96685C;
}
.AnyTagClassName
{
color: #96685C;
}
</style>
background-color css
<style>
a { background-color: #96685C; }
a { background-color: rgb(150,104,92); }
div.DivClassName
{
background-color: #96685C;
}
.BgClassName
{
background-color: #96685C;
}
</style>
border-color css
<style>
span { border-color: #96685C; }
span { border-color: rgb(150,104,92); }
td.TdClassName
{
border-color: #96685C;
}
.TagClassName
{
border-color: #96685C;
}
</style>