Shades of Dark Chestnut #96615A
Tints of Dark Chestnut #96615A
RGB
CMYK
RGB Variations
Color information
#96615A (or 0x96615A) is known color: Dark Chestnut. HEX triplet: 96, 61 and 5A. RGB value is (150,97,90). Sum of RGB (Red+Green+Blue) = 150+97+90=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #96615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96615A is #699EA5. Grayscale: #707070. Windows color (decimal): -6921894 or 5923222. OLE color: 5923222.
HSL color Cylindrical-coordinate representation of color #96615A: hue angle of 7º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96615A is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 97 | 90 | - |
| CMYK | 0 | 0.35 | 0.4 | 0.41 |
| HSL | 7º | 0.25% | 0.47% | - |
| HSV(B) | 7º | 0.4% | 0.59% | - |
| XYZ | 18.7 | 15.77 | 11.73 | - |
| YUV | 112.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 90 | 0 | 0.35 | 0.4 | 0.41 | 7 | 0.25 | 0.47 |
| Hex | 96 | 61 | 5A | 0 | 23 | 28 | 29 | 7 | 19 | 2F |
| Octal | 226 | 141 | 132 | 0 | 43 | 50 | 51 | 7 | 31 | 57 |
| Binary | 10010110 | 1100001 | 1011010 | 0 | 100011 | 101000 | 101001 | 111 | 11001 | 101111 |
Color Harmonies of #96615A
Complementary color
Monochromatic Colors of #96615A
Black with #96615A
Text Example
Text Example
White with #96615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96615A; }
p { color: rgb(150,97,90); }
H1.HeaderClassName
{
color: #96615A;
}
.AnyTagClassName
{
color: #96615A;
}
</style>
background-color css
<style>
a { background-color: #96615A; }
a { background-color: rgb(150,97,90); }
div.DivClassName
{
background-color: #96615A;
}
.BgClassName
{
background-color: #96615A;
}
</style>
border-color css
<style>
span { border-color: #96615A; }
span { border-color: rgb(150,97,90); }
td.TdClassName
{
border-color: #96615A;
}
.TagClassName
{
border-color: #96615A;
}
</style>