Shades of Dark Tan #99664A
Tints of Dark Tan #99664A
RGB
CMYK
RGB Variations
Color information
#99664A (or 0x99664A) is known color: Dark Tan. HEX triplet: 99, 66 and 4A. RGB value is (153,102,74). Sum of RGB (Red+Green+Blue) = 153+102+74=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99664A is #6699B5. Grayscale: #727272. Windows color (decimal): -6724022 or 4875929. OLE color: 4875929.
HSL color Cylindrical-coordinate representation of color #99664A: hue angle of 21.27º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99664A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 74 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.4 |
| HSL | 21.27º | 0.35% | 0.45% | - |
| HSV(B) | 21.27º | 0.52% | 0.6% | - |
| XYZ | 19.12 | 16.77 | 8.71 | - |
| YUV | 114.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 74 | 0 | 0.33 | 0.52 | 0.4 | 21.27 | 0.35 | 0.45 |
| Hex | 99 | 66 | 4A | 0 | 21 | 34 | 28 | 15 | 23 | 2D |
| Octal | 231 | 146 | 112 | 0 | 41 | 64 | 50 | 25 | 43 | 55 |
| Binary | 10011001 | 1100110 | 1001010 | 0 | 100001 | 110100 | 101000 | 10101 | 100011 | 101101 |
Color Harmonies of #99664A
Complementary color
Monochromatic Colors of #99664A
Black with #99664A
Text Example
Text Example
White with #99664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99664A; }
p { color: rgb(153,102,74); }
H1.HeaderClassName
{
color: #99664A;
}
.AnyTagClassName
{
color: #99664A;
}
</style>
background-color css
<style>
a { background-color: #99664A; }
a { background-color: rgb(153,102,74); }
div.DivClassName
{
background-color: #99664A;
}
.BgClassName
{
background-color: #99664A;
}
</style>
border-color css
<style>
span { border-color: #99664A; }
span { border-color: rgb(153,102,74); }
td.TdClassName
{
border-color: #99664A;
}
.TagClassName
{
border-color: #99664A;
}
</style>