Shades of Sepia #9F5642
Tints of Sepia #9F5642
RGB
CMYK
RGB Variations
Color information
#9F5642 (or 0x9F5642) is known color: Sepia. HEX triplet: 9F, 56 and 42. RGB value is (159,86,66). Sum of RGB (Red+Green+Blue) = 159+86+66=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5642 is #60A9BD. Grayscale: #696969. Windows color (decimal): -6334910 or 4347551. OLE color: 4347551.
HSL color Cylindrical-coordinate representation of color #9F5642: hue angle of 12.9º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F5642 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 66 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.38 |
| HSL | 12.9º | 0.41% | 0.44% | - |
| HSV(B) | 12.9º | 0.58% | 0.62% | - |
| XYZ | 18.61 | 14.42 | 6.96 | - |
| YUV | 105.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 66 | 0 | 0.46 | 0.58 | 0.38 | 12.9 | 0.41 | 0.44 |
| Hex | 9F | 56 | 42 | 0 | 2E | 3A | 26 | D | 29 | 2C |
| Octal | 237 | 126 | 102 | 0 | 56 | 72 | 46 | 15 | 51 | 54 |
| Binary | 10011111 | 1010110 | 1000010 | 0 | 101110 | 111010 | 100110 | 1101 | 101001 | 101100 |
Color Harmonies of #9F5642
Complementary color
Monochromatic Colors of #9F5642
Black with #9F5642
Text Example
Text Example
White with #9F5642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5642; }
p { color: rgb(159,86,66); }
H1.HeaderClassName
{
color: #9F5642;
}
.AnyTagClassName
{
color: #9F5642;
}
</style>
background-color css
<style>
a { background-color: #9F5642; }
a { background-color: rgb(159,86,66); }
div.DivClassName
{
background-color: #9F5642;
}
.BgClassName
{
background-color: #9F5642;
}
</style>
border-color css
<style>
span { border-color: #9F5642; }
span { border-color: rgb(159,86,66); }
td.TdClassName
{
border-color: #9F5642;
}
.TagClassName
{
border-color: #9F5642;
}
</style>