Shades of Sepia #9E6247
Tints of Sepia #9E6247
RGB
CMYK
RGB Variations
Color information
#9E6247 (or 0x9E6247) is known color: Sepia. HEX triplet: 9E, 62 and 47. RGB value is (158,98,71). Sum of RGB (Red+Green+Blue) = 158+98+71=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6247 is #619DB8. Grayscale: #717171. Windows color (decimal): -6397369 or 4678302. OLE color: 4678302.
HSL color Cylindrical-coordinate representation of color #9E6247: hue angle of 18.62º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E6247 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 71 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.38 |
| HSL | 18.62º | 0.38% | 0.45% | - |
| HSV(B) | 18.62º | 0.55% | 0.62% | - |
| XYZ | 19.61 | 16.46 | 8.1 | - |
| YUV | 112.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 71 | 0 | 0.38 | 0.55 | 0.38 | 18.62 | 0.38 | 0.45 |
| Hex | 9E | 62 | 47 | 0 | 26 | 37 | 26 | 13 | 26 | 2D |
| Octal | 236 | 142 | 107 | 0 | 46 | 67 | 46 | 23 | 46 | 55 |
| Binary | 10011110 | 1100010 | 1000111 | 0 | 100110 | 110111 | 100110 | 10011 | 100110 | 101101 |
Color Harmonies of #9E6247
Complementary color
Monochromatic Colors of #9E6247
Black with #9E6247
Text Example
Text Example
White with #9E6247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6247; }
p { color: rgb(158,98,71); }
H1.HeaderClassName
{
color: #9E6247;
}
.AnyTagClassName
{
color: #9E6247;
}
</style>
background-color css
<style>
a { background-color: #9E6247; }
a { background-color: rgb(158,98,71); }
div.DivClassName
{
background-color: #9E6247;
}
.BgClassName
{
background-color: #9E6247;
}
</style>
border-color css
<style>
span { border-color: #9E6247; }
span { border-color: rgb(158,98,71); }
td.TdClassName
{
border-color: #9E6247;
}
.TagClassName
{
border-color: #9E6247;
}
</style>