Shades of Dark Tan #96684A
Tints of Dark Tan #96684A
RGB
CMYK
RGB Variations
Color information
#96684A (or 0x96684A) is known color: Dark Tan. HEX triplet: 96, 68 and 4A. RGB value is (150,104,74). Sum of RGB (Red+Green+Blue) = 150+104+74=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96684A is #6997B5. Grayscale: #727272. Windows color (decimal): -6920118 or 4876438. OLE color: 4876438.
HSL color Cylindrical-coordinate representation of color #96684A: hue angle of 23.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96684A is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 74 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.41 |
| HSL | 23.68º | 0.34% | 0.44% | - |
| HSV(B) | 23.68º | 0.51% | 0.59% | - |
| XYZ | 18.76 | 16.88 | 8.75 | - |
| YUV | 114.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 74 | 0 | 0.31 | 0.51 | 0.41 | 23.68 | 0.34 | 0.44 |
| Hex | 96 | 68 | 4A | 0 | 1F | 33 | 29 | 18 | 22 | 2C |
| Octal | 226 | 150 | 112 | 0 | 37 | 63 | 51 | 30 | 42 | 54 |
| Binary | 10010110 | 1101000 | 1001010 | 0 | 11111 | 110011 | 101001 | 11000 | 100010 | 101100 |
Color Harmonies of #96684A
Complementary color
Monochromatic Colors of #96684A
Black with #96684A
Text Example
Text Example
White with #96684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96684A; }
p { color: rgb(150,104,74); }
H1.HeaderClassName
{
color: #96684A;
}
.AnyTagClassName
{
color: #96684A;
}
</style>
background-color css
<style>
a { background-color: #96684A; }
a { background-color: rgb(150,104,74); }
div.DivClassName
{
background-color: #96684A;
}
.BgClassName
{
background-color: #96684A;
}
</style>
border-color css
<style>
span { border-color: #96684A; }
span { border-color: rgb(150,104,74); }
td.TdClassName
{
border-color: #96684A;
}
.TagClassName
{
border-color: #96684A;
}
</style>