Shades of Sepia #986045
Tints of Sepia #986045
RGB
CMYK
RGB Variations
Color information
#986045 (or 0x986045) is known color: Sepia. HEX triplet: 98, 60 and 45. RGB value is (152,96,69). Sum of RGB (Red+Green+Blue) = 152+96+69=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #986045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986045 is #679FBA. Grayscale: #6D6D6D. Windows color (decimal): -6791099 or 4546712. OLE color: 4546712.
HSL color Cylindrical-coordinate representation of color #986045: hue angle of 19.52º 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 #986045 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 69 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.40 |
| HSL | 19.52º | 0.38% | 0.43% | - |
| HSV(B) | 19.52º | 0.55% | 0.6% | - |
| XYZ | 18.21 | 15.47 | 7.66 | - |
| YUV | 109.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 69 | 0 | 0.37 | 0.55 | 0.40 | 19.52 | 0.38 | 0.43 |
| Hex | 98 | 60 | 45 | 0 | 25 | 37 | 28 | 14 | 26 | 2B |
| Octal | 230 | 140 | 105 | 0 | 45 | 67 | 50 | 24 | 46 | 53 |
| Binary | 10011000 | 1100000 | 1000101 | 0 | 100101 | 110111 | 101000 | 10100 | 100110 | 101011 |
Color Harmonies of #986045
Complementary color
Monochromatic Colors of #986045
Black with #986045
Text Example
Text Example
White with #986045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986045; }
p { color: rgb(152,96,69); }
H1.HeaderClassName
{
color: #986045;
}
.AnyTagClassName
{
color: #986045;
}
</style>
background-color css
<style>
a { background-color: #986045; }
a { background-color: rgb(152,96,69); }
div.DivClassName
{
background-color: #986045;
}
.BgClassName
{
background-color: #986045;
}
</style>
border-color css
<style>
span { border-color: #986045; }
span { border-color: rgb(152,96,69); }
td.TdClassName
{
border-color: #986045;
}
.TagClassName
{
border-color: #986045;
}
</style>