Shades of Dark Tan #996248
Tints of Dark Tan #996248
RGB
CMYK
RGB Variations
Color information
#996248 (or 0x996248) is known color: Dark Tan. HEX triplet: 99, 62 and 48. RGB value is (153,98,72). Sum of RGB (Red+Green+Blue) = 153+98+72=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #996248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996248 is #669DB7. Grayscale: #6F6F6F. Windows color (decimal): -6725048 or 4743833. OLE color: 4743833.
HSL color Cylindrical-coordinate representation of color #996248: hue angle of 19.26º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #996248 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 72 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.4 |
| HSL | 19.26º | 0.36% | 0.44% | - |
| HSV(B) | 19.26º | 0.53% | 0.6% | - |
| XYZ | 18.67 | 15.98 | 8.23 | - |
| YUV | 111.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 72 | 0 | 0.36 | 0.53 | 0.4 | 19.26 | 0.36 | 0.44 |
| Hex | 99 | 62 | 48 | 0 | 24 | 35 | 28 | 13 | 24 | 2C |
| Octal | 231 | 142 | 110 | 0 | 44 | 65 | 50 | 23 | 44 | 54 |
| Binary | 10011001 | 1100010 | 1001000 | 0 | 100100 | 110101 | 101000 | 10011 | 100100 | 101100 |
Color Harmonies of #996248
Complementary color
Monochromatic Colors of #996248
Black with #996248
Text Example
Text Example
White with #996248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996248; }
p { color: rgb(153,98,72); }
H1.HeaderClassName
{
color: #996248;
}
.AnyTagClassName
{
color: #996248;
}
</style>
background-color css
<style>
a { background-color: #996248; }
a { background-color: rgb(153,98,72); }
div.DivClassName
{
background-color: #996248;
}
.BgClassName
{
background-color: #996248;
}
</style>
border-color css
<style>
span { border-color: #996248; }
span { border-color: rgb(153,98,72); }
td.TdClassName
{
border-color: #996248;
}
.TagClassName
{
border-color: #996248;
}
</style>