Shades of Sepia #9E5644
Tints of Sepia #9E5644
RGB
CMYK
RGB Variations
Color information
#9E5644 (or 0x9E5644) is known color: Sepia. HEX triplet: 9E, 56 and 44. RGB value is (158,86,68). Sum of RGB (Red+Green+Blue) = 158+86+68=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5644 is #61A9BB. Grayscale: #696969. Windows color (decimal): -6400444 or 4478622. OLE color: 4478622.
HSL color Cylindrical-coordinate representation of color #9E5644: hue angle of 12º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E5644 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 86 | 68 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.38 |
| HSL | 12º | 0.4% | 0.44% | - |
| HSV(B) | 12º | 0.57% | 0.62% | - |
| XYZ | 18.47 | 14.34 | 7.26 | - |
| YUV | 105.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 68 | 0 | 0.46 | 0.57 | 0.38 | 12 | 0.4 | 0.44 |
| Hex | 9E | 56 | 44 | 0 | 2E | 39 | 26 | C | 28 | 2C |
| Octal | 236 | 126 | 104 | 0 | 56 | 71 | 46 | 14 | 50 | 54 |
| Binary | 10011110 | 1010110 | 1000100 | 0 | 101110 | 111001 | 100110 | 1100 | 101000 | 101100 |
Color Harmonies of #9E5644
Complementary color
Monochromatic Colors of #9E5644
Black with #9E5644
Text Example
Text Example
White with #9E5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5644; }
p { color: rgb(158,86,68); }
H1.HeaderClassName
{
color: #9E5644;
}
.AnyTagClassName
{
color: #9E5644;
}
</style>
background-color css
<style>
a { background-color: #9E5644; }
a { background-color: rgb(158,86,68); }
div.DivClassName
{
background-color: #9E5644;
}
.BgClassName
{
background-color: #9E5644;
}
</style>
border-color css
<style>
span { border-color: #9E5644; }
span { border-color: rgb(158,86,68); }
td.TdClassName
{
border-color: #9E5644;
}
.TagClassName
{
border-color: #9E5644;
}
</style>