Shades of Dark Tan #996750
Tints of Dark Tan #996750
RGB
CMYK
RGB Variations
Color information
#996750 (or 0x996750) is known color: Dark Tan. HEX triplet: 99, 67 and 50. RGB value is (153,103,80). Sum of RGB (Red+Green+Blue) = 153+103+80=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #996750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996750 is #6698AF. Grayscale: #737373. Windows color (decimal): -6723760 or 5269401. OLE color: 5269401.
HSL color Cylindrical-coordinate representation of color #996750: hue angle of 18.9º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #996750 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 80 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.4 |
| HSL | 18.9º | 0.31% | 0.46% | - |
| HSV(B) | 18.9º | 0.48% | 0.6% | - |
| XYZ | 19.44 | 17.05 | 9.86 | - |
| YUV | 115.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 80 | 0 | 0.33 | 0.48 | 0.4 | 18.9 | 0.31 | 0.46 |
| Hex | 99 | 67 | 50 | 0 | 21 | 30 | 28 | 13 | 1F | 2E |
| Octal | 231 | 147 | 120 | 0 | 41 | 60 | 50 | 23 | 37 | 56 |
| Binary | 10011001 | 1100111 | 1010000 | 0 | 100001 | 110000 | 101000 | 10011 | 11111 | 101110 |
Color Harmonies of #996750
Complementary color
Monochromatic Colors of #996750
Black with #996750
Text Example
Text Example
White with #996750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996750; }
p { color: rgb(153,103,80); }
H1.HeaderClassName
{
color: #996750;
}
.AnyTagClassName
{
color: #996750;
}
</style>
background-color css
<style>
a { background-color: #996750; }
a { background-color: rgb(153,103,80); }
div.DivClassName
{
background-color: #996750;
}
.BgClassName
{
background-color: #996750;
}
</style>
border-color css
<style>
span { border-color: #996750; }
span { border-color: rgb(153,103,80); }
td.TdClassName
{
border-color: #996750;
}
.TagClassName
{
border-color: #996750;
}
</style>