Shades of Sepia #985944
Tints of Sepia #985944
RGB
CMYK
RGB Variations
Color information
#985944 (or 0x985944) is known color: Sepia. HEX triplet: 98, 59 and 44. RGB value is (152,89,68). Sum of RGB (Red+Green+Blue) = 152+89+68=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #985944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985944 is #67A6BB. Grayscale: #696969. Windows color (decimal): -6792892 or 4479384. OLE color: 4479384.
HSL color Cylindrical-coordinate representation of color #985944: hue angle of 15º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985944 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 68 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.40 |
| HSL | 15º | 0.38% | 0.43% | - |
| HSV(B) | 15º | 0.55% | 0.6% | - |
| XYZ | 17.56 | 14.24 | 7.29 | - |
| YUV | 105.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 68 | 0 | 0.41 | 0.55 | 0.40 | 15 | 0.38 | 0.43 |
| Hex | 98 | 59 | 44 | 0 | 29 | 37 | 28 | F | 26 | 2B |
| Octal | 230 | 131 | 104 | 0 | 51 | 67 | 50 | 17 | 46 | 53 |
| Binary | 10011000 | 1011001 | 1000100 | 0 | 101001 | 110111 | 101000 | 1111 | 100110 | 101011 |
Color Harmonies of #985944
Complementary color
Monochromatic Colors of #985944
Black with #985944
Text Example
Text Example
White with #985944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985944; }
p { color: rgb(152,89,68); }
H1.HeaderClassName
{
color: #985944;
}
.AnyTagClassName
{
color: #985944;
}
</style>
background-color css
<style>
a { background-color: #985944; }
a { background-color: rgb(152,89,68); }
div.DivClassName
{
background-color: #985944;
}
.BgClassName
{
background-color: #985944;
}
</style>
border-color css
<style>
span { border-color: #985944; }
span { border-color: rgb(152,89,68); }
td.TdClassName
{
border-color: #985944;
}
.TagClassName
{
border-color: #985944;
}
</style>