Shades of Saddle Brown #984606
Tints of Saddle Brown #984606
RGB
CMYK
RGB Variations
Color information
#984606 (or 0x984606) is known color: Saddle Brown. HEX triplet: 98, 46 and 06. RGB value is (152,70,6). Sum of RGB (Red+Green+Blue) = 152+70+6=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #984606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984606 is #67B9F9. Grayscale: #575757. Windows color (decimal): -6797818 or 411288. OLE color: 411288.
HSL color Cylindrical-coordinate representation of color #984606: hue angle of 26.3º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #984606 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 6 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.40 |
| HSL | 26.3º | 0.92% | 0.31% | - |
| HSV(B) | 26.3º | 0.96% | 0.6% | - |
| XYZ | 15.17 | 11.07 | 1.51 | - |
| YUV | 87.22 | 82.17 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 6 | 0 | 0.54 | 0.96 | 0.40 | 26.3 | 0.92 | 0.31 |
| Hex | 98 | 46 | 6 | 0 | 36 | 60 | 28 | 1A | 5C | 1F |
| Octal | 230 | 106 | 6 | 0 | 66 | 140 | 50 | 32 | 134 | 37 |
| Binary | 10011000 | 1000110 | 110 | 0 | 110110 | 1100000 | 101000 | 11010 | 1011100 | 11111 |
Color Harmonies of #984606
Complementary color
Monochromatic Colors of #984606
Black with #984606
Text Example
Text Example
White with #984606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984606; }
p { color: rgb(152,70,6); }
H1.HeaderClassName
{
color: #984606;
}
.AnyTagClassName
{
color: #984606;
}
</style>
background-color css
<style>
a { background-color: #984606; }
a { background-color: rgb(152,70,6); }
div.DivClassName
{
background-color: #984606;
}
.BgClassName
{
background-color: #984606;
}
</style>
border-color css
<style>
span { border-color: #984606; }
span { border-color: rgb(152,70,6); }
td.TdClassName
{
border-color: #984606;
}
.TagClassName
{
border-color: #984606;
}
</style>