Shades of Saddle Brown #984611
Tints of Saddle Brown #984611
RGB
CMYK
RGB Variations
Color information
#984611 (or 0x984611) is known color: Saddle Brown. HEX triplet: 98, 46 and 11. RGB value is (152,70,17). Sum of RGB (Red+Green+Blue) = 152+70+17=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #984611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984611 is #67B9EE. Grayscale: #585858. Windows color (decimal): -6797807 or 1132184. OLE color: 1132184.
HSL color Cylindrical-coordinate representation of color #984611: hue angle of 23.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #984611 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 17 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.40 |
| HSL | 23.56º | 0.8% | 0.33% | - |
| HSV(B) | 23.56º | 0.89% | 0.6% | - |
| XYZ | 15.24 | 11.1 | 1.87 | - |
| YUV | 88.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 17 | 0 | 0.54 | 0.89 | 0.40 | 23.56 | 0.8 | 0.33 |
| Hex | 98 | 46 | 11 | 0 | 36 | 59 | 28 | 18 | 50 | 21 |
| Octal | 230 | 106 | 21 | 0 | 66 | 131 | 50 | 30 | 120 | 41 |
| Binary | 10011000 | 1000110 | 10001 | 0 | 110110 | 1011001 | 101000 | 11000 | 1010000 | 100001 |
Color Harmonies of #984611
Complementary color
Monochromatic Colors of #984611
Black with #984611
Text Example
Text Example
White with #984611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984611; }
p { color: rgb(152,70,17); }
H1.HeaderClassName
{
color: #984611;
}
.AnyTagClassName
{
color: #984611;
}
</style>
background-color css
<style>
a { background-color: #984611; }
a { background-color: rgb(152,70,17); }
div.DivClassName
{
background-color: #984611;
}
.BgClassName
{
background-color: #984611;
}
</style>
border-color css
<style>
span { border-color: #984611; }
span { border-color: rgb(152,70,17); }
td.TdClassName
{
border-color: #984611;
}
.TagClassName
{
border-color: #984611;
}
</style>