Shades of Sepia #985846
Tints of Sepia #985846
RGB
CMYK
RGB Variations
Color information
#985846 (or 0x985846) is known color: Sepia. HEX triplet: 98, 58 and 46. RGB value is (152,88,70). Sum of RGB (Red+Green+Blue) = 152+88+70=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #985846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985846 is #67A7B9. Grayscale: #696969. Windows color (decimal): -6793146 or 4610200. OLE color: 4610200.
HSL color Cylindrical-coordinate representation of color #985846: hue angle of 13.17º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #985846 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 70 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.40 |
| HSL | 13.17º | 0.37% | 0.44% | - |
| HSV(B) | 13.17º | 0.54% | 0.6% | - |
| XYZ | 17.54 | 14.1 | 7.59 | - |
| YUV | 105.08 | 108.2 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 70 | 0 | 0.42 | 0.54 | 0.40 | 13.17 | 0.37 | 0.44 |
| Hex | 98 | 58 | 46 | 0 | 2A | 36 | 28 | D | 25 | 2C |
| Octal | 230 | 130 | 106 | 0 | 52 | 66 | 50 | 15 | 45 | 54 |
| Binary | 10011000 | 1011000 | 1000110 | 0 | 101010 | 110110 | 101000 | 1101 | 100101 | 101100 |
Color Harmonies of #985846
Complementary color
Monochromatic Colors of #985846
Black with #985846
Text Example
Text Example
White with #985846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985846; }
p { color: rgb(152,88,70); }
H1.HeaderClassName
{
color: #985846;
}
.AnyTagClassName
{
color: #985846;
}
</style>
background-color css
<style>
a { background-color: #985846; }
a { background-color: rgb(152,88,70); }
div.DivClassName
{
background-color: #985846;
}
.BgClassName
{
background-color: #985846;
}
</style>
border-color css
<style>
span { border-color: #985846; }
span { border-color: rgb(152,88,70); }
td.TdClassName
{
border-color: #985846;
}
.TagClassName
{
border-color: #985846;
}
</style>