Shades of Sepia #96543E
Tints of Sepia #96543E
RGB
CMYK
RGB Variations
Color information
#96543E (or 0x96543E) is known color: Sepia. HEX triplet: 96, 54 and 3E. RGB value is (150,84,62). Sum of RGB (Red+Green+Blue) = 150+84+62=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96543E is #69ABC1. Grayscale: #656565. Windows color (decimal): -6925250 or 4084886. OLE color: 4084886.
HSL color Cylindrical-coordinate representation of color #96543E: hue angle of 15º 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 #96543E is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 62 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.41 |
| HSL | 15º | 0.42% | 0.42% | - |
| HSV(B) | 15º | 0.59% | 0.59% | - |
| XYZ | 16.62 | 13.17 | 6.22 | - |
| YUV | 101.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 62 | 0 | 0.44 | 0.59 | 0.41 | 15 | 0.42 | 0.42 |
| Hex | 96 | 54 | 3E | 0 | 2C | 3B | 29 | F | 2A | 2A |
| Octal | 226 | 124 | 76 | 0 | 54 | 73 | 51 | 17 | 52 | 52 |
| Binary | 10010110 | 1010100 | 111110 | 0 | 101100 | 111011 | 101001 | 1111 | 101010 | 101010 |
Color Harmonies of #96543E
Complementary color
Monochromatic Colors of #96543E
Black with #96543E
Text Example
Text Example
White with #96543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96543E; }
p { color: rgb(150,84,62); }
H1.HeaderClassName
{
color: #96543E;
}
.AnyTagClassName
{
color: #96543E;
}
</style>
background-color css
<style>
a { background-color: #96543E; }
a { background-color: rgb(150,84,62); }
div.DivClassName
{
background-color: #96543E;
}
.BgClassName
{
background-color: #96543E;
}
</style>
border-color css
<style>
span { border-color: #96543E; }
span { border-color: rgb(150,84,62); }
td.TdClassName
{
border-color: #96543E;
}
.TagClassName
{
border-color: #96543E;
}
</style>