Shades of Sepia #96543C
Tints of Sepia #96543C
RGB
CMYK
RGB Variations
Color information
#96543C (or 0x96543C) is known color: Sepia. HEX triplet: 96, 54 and 3C. RGB value is (150,84,60). Sum of RGB (Red+Green+Blue) = 150+84+60=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96543C is #69ABC3. Grayscale: #656565. Windows color (decimal): -6925252 or 3953814. OLE color: 3953814.
HSL color Cylindrical-coordinate representation of color #96543C: hue angle of 16º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96543C is Cyan = 0, Magento = 0.44, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 60 | - |
| CMYK | 0 | 0.44 | 0.6 | 0.41 |
| HSL | 16º | 0.43% | 0.41% | - |
| HSV(B) | 16º | 0.6% | 0.59% | - |
| XYZ | 16.56 | 13.15 | 5.94 | - |
| YUV | 101 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 60 | 0 | 0.44 | 0.6 | 0.41 | 16 | 0.43 | 0.41 |
| Hex | 96 | 54 | 3C | 0 | 2C | 3C | 29 | 10 | 2B | 29 |
| Octal | 226 | 124 | 74 | 0 | 54 | 74 | 51 | 20 | 53 | 51 |
| Binary | 10010110 | 1010100 | 111100 | 0 | 101100 | 111100 | 101001 | 10000 | 101011 | 101001 |
Color Harmonies of #96543C
Complementary color
Monochromatic Colors of #96543C
Black with #96543C
Text Example
Text Example
White with #96543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96543C; }
p { color: rgb(150,84,60); }
H1.HeaderClassName
{
color: #96543C;
}
.AnyTagClassName
{
color: #96543C;
}
</style>
background-color css
<style>
a { background-color: #96543C; }
a { background-color: rgb(150,84,60); }
div.DivClassName
{
background-color: #96543C;
}
.BgClassName
{
background-color: #96543C;
}
</style>
border-color css
<style>
span { border-color: #96543C; }
span { border-color: rgb(150,84,60); }
td.TdClassName
{
border-color: #96543C;
}
.TagClassName
{
border-color: #96543C;
}
</style>