Shades of Dark Tan #98604D
Tints of Dark Tan #98604D
RGB
CMYK
RGB Variations
Color information
#98604D (or 0x98604D) is known color: Dark Tan. HEX triplet: 98, 60 and 4D. RGB value is (152,96,77). Sum of RGB (Red+Green+Blue) = 152+96+77=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98604D is #679FB2. Grayscale: #6E6E6E. Windows color (decimal): -6791091 or 5071000. OLE color: 5071000.
HSL color Cylindrical-coordinate representation of color #98604D: hue angle of 15.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98604D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 77 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.40 |
| HSL | 15.2º | 0.33% | 0.45% | - |
| HSV(B) | 15.2º | 0.49% | 0.6% | - |
| XYZ | 18.47 | 15.58 | 9.05 | - |
| YUV | 110.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 77 | 0 | 0.37 | 0.49 | 0.40 | 15.2 | 0.33 | 0.45 |
| Hex | 98 | 60 | 4D | 0 | 25 | 31 | 28 | F | 21 | 2D |
| Octal | 230 | 140 | 115 | 0 | 45 | 61 | 50 | 17 | 41 | 55 |
| Binary | 10011000 | 1100000 | 1001101 | 0 | 100101 | 110001 | 101000 | 1111 | 100001 | 101101 |
Color Harmonies of #98604D
Complementary color
Monochromatic Colors of #98604D
Black with #98604D
Text Example
Text Example
White with #98604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98604D; }
p { color: rgb(152,96,77); }
H1.HeaderClassName
{
color: #98604D;
}
.AnyTagClassName
{
color: #98604D;
}
</style>
background-color css
<style>
a { background-color: #98604D; }
a { background-color: rgb(152,96,77); }
div.DivClassName
{
background-color: #98604D;
}
.BgClassName
{
background-color: #98604D;
}
</style>
border-color css
<style>
span { border-color: #98604D; }
span { border-color: rgb(152,96,77); }
td.TdClassName
{
border-color: #98604D;
}
.TagClassName
{
border-color: #98604D;
}
</style>