Shades of Sepia #96573D
Tints of Sepia #96573D
RGB
CMYK
RGB Variations
Color information
#96573D (or 0x96573D) is known color: Sepia. HEX triplet: 96, 57 and 3D. RGB value is (150,87,61). Sum of RGB (Red+Green+Blue) = 150+87+61=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96573D is #69A8C2. Grayscale: #676767. Windows color (decimal): -6924483 or 4020118. OLE color: 4020118.
HSL color Cylindrical-coordinate representation of color #96573D: hue angle of 17.53º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96573D is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 87 | 61 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.41 |
| HSL | 17.53º | 0.42% | 0.41% | - |
| HSV(B) | 17.53º | 0.59% | 0.59% | - |
| XYZ | 16.83 | 13.64 | 6.16 | - |
| YUV | 102.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 61 | 0 | 0.42 | 0.59 | 0.41 | 17.53 | 0.42 | 0.41 |
| Hex | 96 | 57 | 3D | 0 | 2A | 3B | 29 | 12 | 2A | 29 |
| Octal | 226 | 127 | 75 | 0 | 52 | 73 | 51 | 22 | 52 | 51 |
| Binary | 10010110 | 1010111 | 111101 | 0 | 101010 | 111011 | 101001 | 10010 | 101010 | 101001 |
Color Harmonies of #96573D
Complementary color
Monochromatic Colors of #96573D
Black with #96573D
Text Example
Text Example
White with #96573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96573D; }
p { color: rgb(150,87,61); }
H1.HeaderClassName
{
color: #96573D;
}
.AnyTagClassName
{
color: #96573D;
}
</style>
background-color css
<style>
a { background-color: #96573D; }
a { background-color: rgb(150,87,61); }
div.DivClassName
{
background-color: #96573D;
}
.BgClassName
{
background-color: #96573D;
}
</style>
border-color css
<style>
span { border-color: #96573D; }
span { border-color: rgb(150,87,61); }
td.TdClassName
{
border-color: #96573D;
}
.TagClassName
{
border-color: #96573D;
}
</style>