Shades of Sepia #9D6144
Tints of Sepia #9D6144
RGB
CMYK
RGB Variations
Color information
#9D6144 (or 0x9D6144) is known color: Sepia. HEX triplet: 9D, 61 and 44. RGB value is (157,97,68). Sum of RGB (Red+Green+Blue) = 157+97+68=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6144 is #629EBB. Grayscale: #6F6F6F. Windows color (decimal): -6463164 or 4481437. OLE color: 4481437.
HSL color Cylindrical-coordinate representation of color #9D6144: hue angle of 19.55º 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 #9D6144 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 97 | 68 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.38 |
| HSL | 19.55º | 0.4% | 0.44% | - |
| HSV(B) | 19.55º | 0.57% | 0.62% | - |
| XYZ | 19.22 | 16.13 | 7.57 | - |
| YUV | 111.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 68 | 0 | 0.38 | 0.57 | 0.38 | 19.55 | 0.4 | 0.44 |
| Hex | 9D | 61 | 44 | 0 | 26 | 39 | 26 | 14 | 28 | 2C |
| Octal | 235 | 141 | 104 | 0 | 46 | 71 | 46 | 24 | 50 | 54 |
| Binary | 10011101 | 1100001 | 1000100 | 0 | 100110 | 111001 | 100110 | 10100 | 101000 | 101100 |
Color Harmonies of #9D6144
Complementary color
Monochromatic Colors of #9D6144
Black with #9D6144
Text Example
Text Example
White with #9D6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6144; }
p { color: rgb(157,97,68); }
H1.HeaderClassName
{
color: #9D6144;
}
.AnyTagClassName
{
color: #9D6144;
}
</style>
background-color css
<style>
a { background-color: #9D6144; }
a { background-color: rgb(157,97,68); }
div.DivClassName
{
background-color: #9D6144;
}
.BgClassName
{
background-color: #9D6144;
}
</style>
border-color css
<style>
span { border-color: #9D6144; }
span { border-color: rgb(157,97,68); }
td.TdClassName
{
border-color: #9D6144;
}
.TagClassName
{
border-color: #9D6144;
}
</style>