Shades of Dark Chestnut #96635A
Tints of Dark Chestnut #96635A
RGB
CMYK
RGB Variations
Color information
#96635A (or 0x96635A) is known color: Dark Chestnut. HEX triplet: 96, 63 and 5A. RGB value is (150,99,90). Sum of RGB (Red+Green+Blue) = 150+99+90=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96635A is #699CA5. Grayscale: #717171. Windows color (decimal): -6921382 or 5923734. OLE color: 5923734.
HSL color Cylindrical-coordinate representation of color #96635A: hue angle of 9º 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 #96635A is Cyan = 0, Magento = 0.34, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 90 | - |
| CMYK | 0 | 0.34 | 0.4 | 0.41 |
| HSL | 9º | 0.25% | 0.47% | - |
| HSV(B) | 9º | 0.4% | 0.59% | - |
| XYZ | 18.88 | 16.15 | 11.79 | - |
| YUV | 113.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 90 | 0 | 0.34 | 0.4 | 0.41 | 9 | 0.25 | 0.47 |
| Hex | 96 | 63 | 5A | 0 | 22 | 28 | 29 | 9 | 19 | 2F |
| Octal | 226 | 143 | 132 | 0 | 42 | 50 | 51 | 11 | 31 | 57 |
| Binary | 10010110 | 1100011 | 1011010 | 0 | 100010 | 101000 | 101001 | 1001 | 11001 | 101111 |
Color Harmonies of #96635A
Complementary color
Monochromatic Colors of #96635A
Black with #96635A
Text Example
Text Example
White with #96635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96635A; }
p { color: rgb(150,99,90); }
H1.HeaderClassName
{
color: #96635A;
}
.AnyTagClassName
{
color: #96635A;
}
</style>
background-color css
<style>
a { background-color: #96635A; }
a { background-color: rgb(150,99,90); }
div.DivClassName
{
background-color: #96635A;
}
.BgClassName
{
background-color: #96635A;
}
</style>
border-color css
<style>
span { border-color: #96635A; }
span { border-color: rgb(150,99,90); }
td.TdClassName
{
border-color: #96635A;
}
.TagClassName
{
border-color: #96635A;
}
</style>