Shades of Sepia #96593E
Tints of Sepia #96593E
RGB
CMYK
RGB Variations
Color information
#96593E (or 0x96593E) is known color: Sepia. HEX triplet: 96, 59 and 3E. RGB value is (150,89,62). Sum of RGB (Red+Green+Blue) = 150+89+62=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96593E is #69A6C1. Grayscale: #686868. Windows color (decimal): -6923970 or 4086166. OLE color: 4086166.
HSL color Cylindrical-coordinate representation of color #96593E: hue angle of 18.41º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96593E is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 62 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.41 |
| HSL | 18.41º | 0.42% | 0.42% | - |
| HSV(B) | 18.41º | 0.59% | 0.59% | - |
| XYZ | 17.02 | 13.98 | 6.36 | - |
| YUV | 104.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 62 | 0 | 0.41 | 0.59 | 0.41 | 18.41 | 0.42 | 0.42 |
| Hex | 96 | 59 | 3E | 0 | 29 | 3B | 29 | 12 | 2A | 2A |
| Octal | 226 | 131 | 76 | 0 | 51 | 73 | 51 | 22 | 52 | 52 |
| Binary | 10010110 | 1011001 | 111110 | 0 | 101001 | 111011 | 101001 | 10010 | 101010 | 101010 |
Color Harmonies of #96593E
Complementary color
Monochromatic Colors of #96593E
Black with #96593E
Text Example
Text Example
White with #96593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96593E; }
p { color: rgb(150,89,62); }
H1.HeaderClassName
{
color: #96593E;
}
.AnyTagClassName
{
color: #96593E;
}
</style>
background-color css
<style>
a { background-color: #96593E; }
a { background-color: rgb(150,89,62); }
div.DivClassName
{
background-color: #96593E;
}
.BgClassName
{
background-color: #96593E;
}
</style>
border-color css
<style>
span { border-color: #96593E; }
span { border-color: rgb(150,89,62); }
td.TdClassName
{
border-color: #96593E;
}
.TagClassName
{
border-color: #96593E;
}
</style>