Shades of Dark Tan #996451
Tints of Dark Tan #996451
RGB
CMYK
RGB Variations
Color information
#996451 (or 0x996451) is known color: Dark Tan. HEX triplet: 99, 64 and 51. RGB value is (153,100,81). Sum of RGB (Red+Green+Blue) = 153+100+81=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #996451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996451 is #669BAE. Grayscale: #717171. Windows color (decimal): -6724527 or 5334169. OLE color: 5334169.
HSL color Cylindrical-coordinate representation of color #996451: hue angle of 15.83º 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 #996451 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 81 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.4 |
| HSL | 15.83º | 0.31% | 0.46% | - |
| HSV(B) | 15.83º | 0.47% | 0.6% | - |
| XYZ | 19.18 | 16.48 | 9.95 | - |
| YUV | 113.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 81 | 0 | 0.35 | 0.47 | 0.4 | 15.83 | 0.31 | 0.46 |
| Hex | 99 | 64 | 51 | 0 | 23 | 2F | 28 | 10 | 1F | 2E |
| Octal | 231 | 144 | 121 | 0 | 43 | 57 | 50 | 20 | 37 | 56 |
| Binary | 10011001 | 1100100 | 1010001 | 0 | 100011 | 101111 | 101000 | 10000 | 11111 | 101110 |
Color Harmonies of #996451
Complementary color
Monochromatic Colors of #996451
Black with #996451
Text Example
Text Example
White with #996451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996451; }
p { color: rgb(153,100,81); }
H1.HeaderClassName
{
color: #996451;
}
.AnyTagClassName
{
color: #996451;
}
</style>
background-color css
<style>
a { background-color: #996451; }
a { background-color: rgb(153,100,81); }
div.DivClassName
{
background-color: #996451;
}
.BgClassName
{
background-color: #996451;
}
</style>
border-color css
<style>
span { border-color: #996451; }
span { border-color: rgb(153,100,81); }
td.TdClassName
{
border-color: #996451;
}
.TagClassName
{
border-color: #996451;
}
</style>