Shades of Sepia #96523D
Tints of Sepia #96523D
RGB
CMYK
RGB Variations
Color information
#96523D (or 0x96523D) is known color: Sepia. HEX triplet: 96, 52 and 3D. RGB value is (150,82,61). Sum of RGB (Red+Green+Blue) = 150+82+61=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96523D is #69ADC2. Grayscale: #646464. Windows color (decimal): -6925763 or 4018838. OLE color: 4018838.
HSL color Cylindrical-coordinate representation of color #96523D: hue angle of 14.16º 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 #96523D is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 61 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.41 |
| HSL | 14.16º | 0.42% | 0.41% | - |
| HSV(B) | 14.16º | 0.59% | 0.59% | - |
| XYZ | 16.44 | 12.86 | 6.03 | - |
| YUV | 99.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 61 | 0 | 0.45 | 0.59 | 0.41 | 14.16 | 0.42 | 0.41 |
| Hex | 96 | 52 | 3D | 0 | 2D | 3B | 29 | E | 2A | 29 |
| Octal | 226 | 122 | 75 | 0 | 55 | 73 | 51 | 16 | 52 | 51 |
| Binary | 10010110 | 1010010 | 111101 | 0 | 101101 | 111011 | 101001 | 1110 | 101010 | 101001 |
Color Harmonies of #96523D
Complementary color
Monochromatic Colors of #96523D
Black with #96523D
Text Example
Text Example
White with #96523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96523D; }
p { color: rgb(150,82,61); }
H1.HeaderClassName
{
color: #96523D;
}
.AnyTagClassName
{
color: #96523D;
}
</style>
background-color css
<style>
a { background-color: #96523D; }
a { background-color: rgb(150,82,61); }
div.DivClassName
{
background-color: #96523D;
}
.BgClassName
{
background-color: #96523D;
}
</style>
border-color css
<style>
span { border-color: #96523D; }
span { border-color: rgb(150,82,61); }
td.TdClassName
{
border-color: #96523D;
}
.TagClassName
{
border-color: #96523D;
}
</style>