Shades of Dark Tan #96684D
Tints of Dark Tan #96684D
RGB
CMYK
RGB Variations
Color information
#96684D (or 0x96684D) is known color: Dark Tan. HEX triplet: 96, 68 and 4D. RGB value is (150,104,77). Sum of RGB (Red+Green+Blue) = 150+104+77=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96684D is #6997B2. Grayscale: #727272. Windows color (decimal): -6920115 or 5073046. OLE color: 5073046.
HSL color Cylindrical-coordinate representation of color #96684D: hue angle of 22.19º 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 #96684D is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 77 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.41 |
| HSL | 22.19º | 0.32% | 0.45% | - |
| HSV(B) | 22.19º | 0.49% | 0.59% | - |
| XYZ | 18.87 | 16.92 | 9.29 | - |
| YUV | 114.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 77 | 0 | 0.31 | 0.49 | 0.41 | 22.19 | 0.32 | 0.45 |
| Hex | 96 | 68 | 4D | 0 | 1F | 31 | 29 | 16 | 20 | 2D |
| Octal | 226 | 150 | 115 | 0 | 37 | 61 | 51 | 26 | 40 | 55 |
| Binary | 10010110 | 1101000 | 1001101 | 0 | 11111 | 110001 | 101001 | 10110 | 100000 | 101101 |
Color Harmonies of #96684D
Complementary color
Monochromatic Colors of #96684D
Black with #96684D
Text Example
Text Example
White with #96684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96684D; }
p { color: rgb(150,104,77); }
H1.HeaderClassName
{
color: #96684D;
}
.AnyTagClassName
{
color: #96684D;
}
</style>
background-color css
<style>
a { background-color: #96684D; }
a { background-color: rgb(150,104,77); }
div.DivClassName
{
background-color: #96684D;
}
.BgClassName
{
background-color: #96684D;
}
</style>
border-color css
<style>
span { border-color: #96684D; }
span { border-color: rgb(150,104,77); }
td.TdClassName
{
border-color: #96684D;
}
.TagClassName
{
border-color: #96684D;
}
</style>