Shades of Sepia #965E41
Tints of Sepia #965E41
RGB
CMYK
RGB Variations
Color information
#965E41 (or 0x965E41) is known color: Sepia. HEX triplet: 96, 5E and 41. RGB value is (150,94,65). Sum of RGB (Red+Green+Blue) = 150+94+65=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #965E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E41 is #69A1BE. Grayscale: #6B6B6B. Windows color (decimal): -6922687 or 4284054. OLE color: 4284054.
HSL color Cylindrical-coordinate representation of color #965E41: hue angle of 20.47º 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 #965E41 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 65 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.41 |
| HSL | 20.47º | 0.4% | 0.42% | - |
| HSV(B) | 20.47º | 0.57% | 0.59% | - |
| XYZ | 17.53 | 14.87 | 6.95 | - |
| YUV | 107.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 65 | 0 | 0.37 | 0.57 | 0.41 | 20.47 | 0.4 | 0.42 |
| Hex | 96 | 5E | 41 | 0 | 25 | 39 | 29 | 14 | 28 | 2A |
| Octal | 226 | 136 | 101 | 0 | 45 | 71 | 51 | 24 | 50 | 52 |
| Binary | 10010110 | 1011110 | 1000001 | 0 | 100101 | 111001 | 101001 | 10100 | 101000 | 101010 |
Color Harmonies of #965E41
Complementary color
Monochromatic Colors of #965E41
Black with #965E41
Text Example
Text Example
White with #965E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E41; }
p { color: rgb(150,94,65); }
H1.HeaderClassName
{
color: #965E41;
}
.AnyTagClassName
{
color: #965E41;
}
</style>
background-color css
<style>
a { background-color: #965E41; }
a { background-color: rgb(150,94,65); }
div.DivClassName
{
background-color: #965E41;
}
.BgClassName
{
background-color: #965E41;
}
</style>
border-color css
<style>
span { border-color: #965E41; }
span { border-color: rgb(150,94,65); }
td.TdClassName
{
border-color: #965E41;
}
.TagClassName
{
border-color: #965E41;
}
</style>