Shades of Dark Tan #98664C
Tints of Dark Tan #98664C
RGB
CMYK
RGB Variations
Color information
#98664C (or 0x98664C) is known color: Dark Tan. HEX triplet: 98, 66 and 4C. RGB value is (152,102,76). Sum of RGB (Red+Green+Blue) = 152+102+76=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98664C is #6799B3. Grayscale: #727272. Windows color (decimal): -6789556 or 5007000. OLE color: 5007000.
HSL color Cylindrical-coordinate representation of color #98664C: hue angle of 20.53º degrees, saturation: 0.33, 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 #98664C is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 76 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.40 |
| HSL | 20.53º | 0.33% | 0.45% | - |
| HSV(B) | 20.53º | 0.5% | 0.6% | - |
| XYZ | 19 | 16.7 | 9.06 | - |
| YUV | 113.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 76 | 0 | 0.33 | 0.50 | 0.40 | 20.53 | 0.33 | 0.45 |
| Hex | 98 | 66 | 4C | 0 | 21 | 32 | 28 | 15 | 21 | 2D |
| Octal | 230 | 146 | 114 | 0 | 41 | 62 | 50 | 25 | 41 | 55 |
| Binary | 10011000 | 1100110 | 1001100 | 0 | 100001 | 110010 | 101000 | 10101 | 100001 | 101101 |
Color Harmonies of #98664C
Complementary color
Monochromatic Colors of #98664C
Black with #98664C
Text Example
Text Example
White with #98664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98664C; }
p { color: rgb(152,102,76); }
H1.HeaderClassName
{
color: #98664C;
}
.AnyTagClassName
{
color: #98664C;
}
</style>
background-color css
<style>
a { background-color: #98664C; }
a { background-color: rgb(152,102,76); }
div.DivClassName
{
background-color: #98664C;
}
.BgClassName
{
background-color: #98664C;
}
</style>
border-color css
<style>
span { border-color: #98664C; }
span { border-color: rgb(152,102,76); }
td.TdClassName
{
border-color: #98664C;
}
.TagClassName
{
border-color: #98664C;
}
</style>