Shades of Dark Tan #96624D
Tints of Dark Tan #96624D
RGB
CMYK
RGB Variations
Color information
#96624D (or 0x96624D) is known color: Dark Tan. HEX triplet: 96, 62 and 4D. RGB value is (150,98,77). Sum of RGB (Red+Green+Blue) = 150+98+77=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96624D is #699DB2. Grayscale: #6F6F6F. Windows color (decimal): -6921651 or 5071510. OLE color: 5071510.
HSL color Cylindrical-coordinate representation of color #96624D: hue angle of 17.26º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96624D is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 77 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.41 |
| HSL | 17.26º | 0.32% | 0.45% | - |
| HSV(B) | 17.26º | 0.49% | 0.59% | - |
| XYZ | 18.28 | 15.76 | 9.1 | - |
| YUV | 111.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 77 | 0 | 0.35 | 0.49 | 0.41 | 17.26 | 0.32 | 0.45 |
| Hex | 96 | 62 | 4D | 0 | 23 | 31 | 29 | 11 | 20 | 2D |
| Octal | 226 | 142 | 115 | 0 | 43 | 61 | 51 | 21 | 40 | 55 |
| Binary | 10010110 | 1100010 | 1001101 | 0 | 100011 | 110001 | 101001 | 10001 | 100000 | 101101 |
Color Harmonies of #96624D
Complementary color
Monochromatic Colors of #96624D
Black with #96624D
Text Example
Text Example
White with #96624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96624D; }
p { color: rgb(150,98,77); }
H1.HeaderClassName
{
color: #96624D;
}
.AnyTagClassName
{
color: #96624D;
}
</style>
background-color css
<style>
a { background-color: #96624D; }
a { background-color: rgb(150,98,77); }
div.DivClassName
{
background-color: #96624D;
}
.BgClassName
{
background-color: #96624D;
}
</style>
border-color css
<style>
span { border-color: #96624D; }
span { border-color: rgb(150,98,77); }
td.TdClassName
{
border-color: #96624D;
}
.TagClassName
{
border-color: #96624D;
}
</style>