Shades of Sepia #965D40
Tints of Sepia #965D40
RGB
CMYK
RGB Variations
Color information
#965D40 (or 0x965D40) is known color: Sepia. HEX triplet: 96, 5D and 40. RGB value is (150,93,64). Sum of RGB (Red+Green+Blue) = 150+93+64=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #965D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D40 is #69A2BF. Grayscale: #6A6A6A. Windows color (decimal): -6922944 or 4218262. OLE color: 4218262.
HSL color Cylindrical-coordinate representation of color #965D40: hue angle of 20.23º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #965D40 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 64 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.41 |
| HSL | 20.23º | 0.4% | 0.42% | - |
| HSV(B) | 20.23º | 0.57% | 0.59% | - |
| XYZ | 17.42 | 14.68 | 6.77 | - |
| YUV | 106.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 64 | 0 | 0.38 | 0.57 | 0.41 | 20.23 | 0.4 | 0.42 |
| Hex | 96 | 5D | 40 | 0 | 26 | 39 | 29 | 14 | 28 | 2A |
| Octal | 226 | 135 | 100 | 0 | 46 | 71 | 51 | 24 | 50 | 52 |
| Binary | 10010110 | 1011101 | 1000000 | 0 | 100110 | 111001 | 101001 | 10100 | 101000 | 101010 |
Color Harmonies of #965D40
Complementary color
Monochromatic Colors of #965D40
Black with #965D40
Text Example
Text Example
White with #965D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D40; }
p { color: rgb(150,93,64); }
H1.HeaderClassName
{
color: #965D40;
}
.AnyTagClassName
{
color: #965D40;
}
</style>
background-color css
<style>
a { background-color: #965D40; }
a { background-color: rgb(150,93,64); }
div.DivClassName
{
background-color: #965D40;
}
.BgClassName
{
background-color: #965D40;
}
</style>
border-color css
<style>
span { border-color: #965D40; }
span { border-color: rgb(150,93,64); }
td.TdClassName
{
border-color: #965D40;
}
.TagClassName
{
border-color: #965D40;
}
</style>