Shades of Dark Tan #996748
Tints of Dark Tan #996748
RGB
CMYK
RGB Variations
Color information
#996748 (or 0x996748) is known color: Dark Tan. HEX triplet: 99, 67 and 48. RGB value is (153,103,72). Sum of RGB (Red+Green+Blue) = 153+103+72=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #996748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996748 is #6698B7. Grayscale: #727272. Windows color (decimal): -6723768 or 4745113. OLE color: 4745113.
HSL color Cylindrical-coordinate representation of color #996748: hue angle of 22.96º 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 #996748 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 72 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.4 |
| HSL | 22.96º | 0.36% | 0.44% | - |
| HSV(B) | 22.96º | 0.53% | 0.6% | - |
| XYZ | 19.16 | 16.94 | 8.39 | - |
| YUV | 114.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 72 | 0 | 0.33 | 0.53 | 0.4 | 22.96 | 0.36 | 0.44 |
| Hex | 99 | 67 | 48 | 0 | 21 | 35 | 28 | 17 | 24 | 2C |
| Octal | 231 | 147 | 110 | 0 | 41 | 65 | 50 | 27 | 44 | 54 |
| Binary | 10011001 | 1100111 | 1001000 | 0 | 100001 | 110101 | 101000 | 10111 | 100100 | 101100 |
Color Harmonies of #996748
Complementary color
Monochromatic Colors of #996748
Black with #996748
Text Example
Text Example
White with #996748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996748; }
p { color: rgb(153,103,72); }
H1.HeaderClassName
{
color: #996748;
}
.AnyTagClassName
{
color: #996748;
}
</style>
background-color css
<style>
a { background-color: #996748; }
a { background-color: rgb(153,103,72); }
div.DivClassName
{
background-color: #996748;
}
.BgClassName
{
background-color: #996748;
}
</style>
border-color css
<style>
span { border-color: #996748; }
span { border-color: rgb(153,103,72); }
td.TdClassName
{
border-color: #996748;
}
.TagClassName
{
border-color: #996748;
}
</style>