Shades of Dark Chestnut #96665F
Tints of Dark Chestnut #96665F
RGB
CMYK
RGB Variations
Color information
#96665F (or 0x96665F) is known color: Dark Chestnut. HEX triplet: 96, 66 and 5F. RGB value is (150,102,95). Sum of RGB (Red+Green+Blue) = 150+102+95=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96665F is #6999A0. Grayscale: #737373. Windows color (decimal): -6920609 or 6252182. OLE color: 6252182.
HSL color Cylindrical-coordinate representation of color #96665F: hue angle of 7.64º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96665F is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 95 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.41 |
| HSL | 7.64º | 0.22% | 0.48% | - |
| HSV(B) | 7.64º | 0.37% | 0.59% | - |
| XYZ | 19.39 | 16.81 | 13.05 | - |
| YUV | 115.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 95 | 0 | 0.32 | 0.37 | 0.41 | 7.64 | 0.22 | 0.48 |
| Hex | 96 | 66 | 5F | 0 | 20 | 25 | 29 | 8 | 16 | 30 |
| Octal | 226 | 146 | 137 | 0 | 40 | 45 | 51 | 10 | 26 | 60 |
| Binary | 10010110 | 1100110 | 1011111 | 0 | 100000 | 100101 | 101001 | 1000 | 10110 | 110000 |
Color Harmonies of #96665F
Complementary color
Monochromatic Colors of #96665F
Black with #96665F
Text Example
Text Example
White with #96665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96665F; }
p { color: rgb(150,102,95); }
H1.HeaderClassName
{
color: #96665F;
}
.AnyTagClassName
{
color: #96665F;
}
</style>
background-color css
<style>
a { background-color: #96665F; }
a { background-color: rgb(150,102,95); }
div.DivClassName
{
background-color: #96665F;
}
.BgClassName
{
background-color: #96665F;
}
</style>
border-color css
<style>
span { border-color: #96665F; }
span { border-color: rgb(150,102,95); }
td.TdClassName
{
border-color: #96665F;
}
.TagClassName
{
border-color: #96665F;
}
</style>