Shades of Alert Tan #98461D
Tints of Alert Tan #98461D
RGB
CMYK
RGB Variations
Color information
#98461D (or 0x98461D) is known color: Alert Tan. HEX triplet: 98, 46 and 1D. RGB value is (152,70,29). Sum of RGB (Red+Green+Blue) = 152+70+29=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98461D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98461D is #67B9E2. Grayscale: #5A5A5A. Windows color (decimal): -6797795 or 1918616. OLE color: 1918616.
HSL color Cylindrical-coordinate representation of color #98461D: hue angle of 20º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98461D is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 29 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.40 |
| HSL | 20º | 0.68% | 0.35% | - |
| HSV(B) | 20º | 0.81% | 0.6% | - |
| XYZ | 15.36 | 11.14 | 2.5 | - |
| YUV | 89.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 29 | 0 | 0.54 | 0.81 | 0.40 | 20 | 0.68 | 0.35 |
| Hex | 98 | 46 | 1D | 0 | 36 | 51 | 28 | 14 | 44 | 23 |
| Octal | 230 | 106 | 35 | 0 | 66 | 121 | 50 | 24 | 104 | 43 |
| Binary | 10011000 | 1000110 | 11101 | 0 | 110110 | 1010001 | 101000 | 10100 | 1000100 | 100011 |
Color Harmonies of #98461D
Complementary color
Monochromatic Colors of #98461D
Black with #98461D
Text Example
Text Example
White with #98461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98461D; }
p { color: rgb(152,70,29); }
H1.HeaderClassName
{
color: #98461D;
}
.AnyTagClassName
{
color: #98461D;
}
</style>
background-color css
<style>
a { background-color: #98461D; }
a { background-color: rgb(152,70,29); }
div.DivClassName
{
background-color: #98461D;
}
.BgClassName
{
background-color: #98461D;
}
</style>
border-color css
<style>
span { border-color: #98461D; }
span { border-color: rgb(152,70,29); }
td.TdClassName
{
border-color: #98461D;
}
.TagClassName
{
border-color: #98461D;
}
</style>