Shades of Sepia #96533D
Tints of Sepia #96533D
RGB
CMYK
RGB Variations
Color information
#96533D (or 0x96533D) is known color: Sepia. HEX triplet: 96, 53 and 3D. RGB value is (150,83,61). Sum of RGB (Red+Green+Blue) = 150+83+61=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96533D is #69ACC2. Grayscale: #646464. Windows color (decimal): -6925507 or 4019094. OLE color: 4019094.
HSL color Cylindrical-coordinate representation of color #96533D: hue angle of 14.83º 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 #96533D is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 61 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.41 |
| HSL | 14.83º | 0.42% | 0.41% | - |
| HSV(B) | 14.83º | 0.59% | 0.59% | - |
| XYZ | 16.51 | 13.01 | 6.06 | - |
| YUV | 100.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 61 | 0 | 0.45 | 0.59 | 0.41 | 14.83 | 0.42 | 0.41 |
| Hex | 96 | 53 | 3D | 0 | 2D | 3B | 29 | F | 2A | 29 |
| Octal | 226 | 123 | 75 | 0 | 55 | 73 | 51 | 17 | 52 | 51 |
| Binary | 10010110 | 1010011 | 111101 | 0 | 101101 | 111011 | 101001 | 1111 | 101010 | 101001 |
Color Harmonies of #96533D
Complementary color
Monochromatic Colors of #96533D
Black with #96533D
Text Example
Text Example
White with #96533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96533D; }
p { color: rgb(150,83,61); }
H1.HeaderClassName
{
color: #96533D;
}
.AnyTagClassName
{
color: #96533D;
}
</style>
background-color css
<style>
a { background-color: #96533D; }
a { background-color: rgb(150,83,61); }
div.DivClassName
{
background-color: #96533D;
}
.BgClassName
{
background-color: #96533D;
}
</style>
border-color css
<style>
span { border-color: #96533D; }
span { border-color: rgb(150,83,61); }
td.TdClassName
{
border-color: #96533D;
}
.TagClassName
{
border-color: #96533D;
}
</style>