Shades of Dark Chestnut #96665B
Tints of Dark Chestnut #96665B
RGB
CMYK
RGB Variations
Color information
#96665B (or 0x96665B) is known color: Dark Chestnut. HEX triplet: 96, 66 and 5B. RGB value is (150,102,91). Sum of RGB (Red+Green+Blue) = 150+102+91=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96665B is #6999A4. Grayscale: #737373. Windows color (decimal): -6920613 or 5990038. OLE color: 5990038.
HSL color Cylindrical-coordinate representation of color #96665B: hue angle of 11.19º 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 #96665B is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 91 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.41 |
| HSL | 11.19º | 0.24% | 0.47% | - |
| HSV(B) | 11.19º | 0.39% | 0.59% | - |
| XYZ | 19.22 | 16.74 | 12.12 | - |
| YUV | 115.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 91 | 0 | 0.32 | 0.39 | 0.41 | 11.19 | 0.24 | 0.47 |
| Hex | 96 | 66 | 5B | 0 | 20 | 27 | 29 | B | 18 | 2F |
| Octal | 226 | 146 | 133 | 0 | 40 | 47 | 51 | 13 | 30 | 57 |
| Binary | 10010110 | 1100110 | 1011011 | 0 | 100000 | 100111 | 101001 | 1011 | 11000 | 101111 |
Color Harmonies of #96665B
Complementary color
Monochromatic Colors of #96665B
Black with #96665B
Text Example
Text Example
White with #96665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96665B; }
p { color: rgb(150,102,91); }
H1.HeaderClassName
{
color: #96665B;
}
.AnyTagClassName
{
color: #96665B;
}
</style>
background-color css
<style>
a { background-color: #96665B; }
a { background-color: rgb(150,102,91); }
div.DivClassName
{
background-color: #96665B;
}
.BgClassName
{
background-color: #96665B;
}
</style>
border-color css
<style>
span { border-color: #96665B; }
span { border-color: rgb(150,102,91); }
td.TdClassName
{
border-color: #96665B;
}
.TagClassName
{
border-color: #96665B;
}
</style>