Shades of Sepia #96533C
Tints of Sepia #96533C
RGB
CMYK
RGB Variations
Color information
#96533C (or 0x96533C) is known color: Sepia. HEX triplet: 96, 53 and 3C. RGB value is (150,83,60). Sum of RGB (Red+Green+Blue) = 150+83+60=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96533C is #69ACC3. Grayscale: #646464. Windows color (decimal): -6925508 or 3953558. OLE color: 3953558.
HSL color Cylindrical-coordinate representation of color #96533C: hue angle of 15.33º 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 #96533C is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 60 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.41 |
| HSL | 15.33º | 0.43% | 0.41% | - |
| HSV(B) | 15.33º | 0.6% | 0.59% | - |
| XYZ | 16.49 | 13 | 5.91 | - |
| YUV | 100.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 60 | 0 | 0.45 | 0.6 | 0.41 | 15.33 | 0.43 | 0.41 |
| Hex | 96 | 53 | 3C | 0 | 2D | 3C | 29 | F | 2B | 29 |
| Octal | 226 | 123 | 74 | 0 | 55 | 74 | 51 | 17 | 53 | 51 |
| Binary | 10010110 | 1010011 | 111100 | 0 | 101101 | 111100 | 101001 | 1111 | 101011 | 101001 |
Color Harmonies of #96533C
Complementary color
Monochromatic Colors of #96533C
Black with #96533C
Text Example
Text Example
White with #96533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96533C; }
p { color: rgb(150,83,60); }
H1.HeaderClassName
{
color: #96533C;
}
.AnyTagClassName
{
color: #96533C;
}
</style>
background-color css
<style>
a { background-color: #96533C; }
a { background-color: rgb(150,83,60); }
div.DivClassName
{
background-color: #96533C;
}
.BgClassName
{
background-color: #96533C;
}
</style>
border-color css
<style>
span { border-color: #96533C; }
span { border-color: rgb(150,83,60); }
td.TdClassName
{
border-color: #96533C;
}
.TagClassName
{
border-color: #96533C;
}
</style>