Shades of Dark Tan #996551
Tints of Dark Tan #996551
RGB
CMYK
RGB Variations
Color information
#996551 (or 0x996551) is known color: Dark Tan. HEX triplet: 99, 65 and 51. RGB value is (153,101,81). Sum of RGB (Red+Green+Blue) = 153+101+81=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996551 is #669AAE. Grayscale: #727272. Windows color (decimal): -6724271 or 5334425. OLE color: 5334425.
HSL color Cylindrical-coordinate representation of color #996551: hue angle of 16.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #996551 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 81 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.4 |
| HSL | 16.67º | 0.31% | 0.46% | - |
| HSV(B) | 16.67º | 0.47% | 0.6% | - |
| XYZ | 19.28 | 16.67 | 9.99 | - |
| YUV | 114.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 81 | 0 | 0.34 | 0.47 | 0.4 | 16.67 | 0.31 | 0.46 |
| Hex | 99 | 65 | 51 | 0 | 22 | 2F | 28 | 11 | 1F | 2E |
| Octal | 231 | 145 | 121 | 0 | 42 | 57 | 50 | 21 | 37 | 56 |
| Binary | 10011001 | 1100101 | 1010001 | 0 | 100010 | 101111 | 101000 | 10001 | 11111 | 101110 |
Color Harmonies of #996551
Complementary color
Monochromatic Colors of #996551
Black with #996551
Text Example
Text Example
White with #996551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996551; }
p { color: rgb(153,101,81); }
H1.HeaderClassName
{
color: #996551;
}
.AnyTagClassName
{
color: #996551;
}
</style>
background-color css
<style>
a { background-color: #996551; }
a { background-color: rgb(153,101,81); }
div.DivClassName
{
background-color: #996551;
}
.BgClassName
{
background-color: #996551;
}
</style>
border-color css
<style>
span { border-color: #996551; }
span { border-color: rgb(153,101,81); }
td.TdClassName
{
border-color: #996551;
}
.TagClassName
{
border-color: #996551;
}
</style>