Shades of Dark Tan #99654C
Tints of Dark Tan #99654C
RGB
CMYK
RGB Variations
Color information
#99654C (or 0x99654C) is known color: Dark Tan. HEX triplet: 99, 65 and 4C. RGB value is (153,101,76). Sum of RGB (Red+Green+Blue) = 153+101+76=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99654C is #669AB3. Grayscale: #717171. Windows color (decimal): -6724276 or 5006745. OLE color: 5006745.
HSL color Cylindrical-coordinate representation of color #99654C: hue angle of 19.48º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99654C is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 76 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.4 |
| HSL | 19.48º | 0.34% | 0.45% | - |
| HSV(B) | 19.48º | 0.5% | 0.6% | - |
| XYZ | 19.1 | 16.6 | 9.04 | - |
| YUV | 113.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 76 | 0 | 0.34 | 0.50 | 0.4 | 19.48 | 0.34 | 0.45 |
| Hex | 99 | 65 | 4C | 0 | 22 | 32 | 28 | 13 | 22 | 2D |
| Octal | 231 | 145 | 114 | 0 | 42 | 62 | 50 | 23 | 42 | 55 |
| Binary | 10011001 | 1100101 | 1001100 | 0 | 100010 | 110010 | 101000 | 10011 | 100010 | 101101 |
Color Harmonies of #99654C
Complementary color
Monochromatic Colors of #99654C
Black with #99654C
Text Example
Text Example
White with #99654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99654C; }
p { color: rgb(153,101,76); }
H1.HeaderClassName
{
color: #99654C;
}
.AnyTagClassName
{
color: #99654C;
}
</style>
background-color css
<style>
a { background-color: #99654C; }
a { background-color: rgb(153,101,76); }
div.DivClassName
{
background-color: #99654C;
}
.BgClassName
{
background-color: #99654C;
}
</style>
border-color css
<style>
span { border-color: #99654C; }
span { border-color: rgb(153,101,76); }
td.TdClassName
{
border-color: #99654C;
}
.TagClassName
{
border-color: #99654C;
}
</style>