Shades of Sepia #96543F
Tints of Sepia #96543F
RGB
CMYK
RGB Variations
Color information
#96543F (or 0x96543F) is known color: Sepia. HEX triplet: 96, 54 and 3F. RGB value is (150,84,63). Sum of RGB (Red+Green+Blue) = 150+84+63=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96543F is #69ABC0. Grayscale: #656565. Windows color (decimal): -6925249 or 4150422. OLE color: 4150422.
HSL color Cylindrical-coordinate representation of color #96543F: hue angle of 14.48º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96543F is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 63 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.41 |
| HSL | 14.48º | 0.41% | 0.42% | - |
| HSV(B) | 14.48º | 0.58% | 0.59% | - |
| XYZ | 16.65 | 13.18 | 6.37 | - |
| YUV | 101.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 63 | 0 | 0.44 | 0.58 | 0.41 | 14.48 | 0.41 | 0.42 |
| Hex | 96 | 54 | 3F | 0 | 2C | 3A | 29 | E | 29 | 2A |
| Octal | 226 | 124 | 77 | 0 | 54 | 72 | 51 | 16 | 51 | 52 |
| Binary | 10010110 | 1010100 | 111111 | 0 | 101100 | 111010 | 101001 | 1110 | 101001 | 101010 |
Color Harmonies of #96543F
Complementary color
Monochromatic Colors of #96543F
Black with #96543F
Text Example
Text Example
White with #96543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96543F; }
p { color: rgb(150,84,63); }
H1.HeaderClassName
{
color: #96543F;
}
.AnyTagClassName
{
color: #96543F;
}
</style>
background-color css
<style>
a { background-color: #96543F; }
a { background-color: rgb(150,84,63); }
div.DivClassName
{
background-color: #96543F;
}
.BgClassName
{
background-color: #96543F;
}
</style>
border-color css
<style>
span { border-color: #96543F; }
span { border-color: rgb(150,84,63); }
td.TdClassName
{
border-color: #96543F;
}
.TagClassName
{
border-color: #96543F;
}
</style>