Shades of Sepia #965640
Tints of Sepia #965640
RGB
CMYK
RGB Variations
Color information
#965640 (or 0x965640) is known color: Sepia. HEX triplet: 96, 56 and 40. RGB value is (150,86,64). Sum of RGB (Red+Green+Blue) = 150+86+64=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #965640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965640 is #69A9BF. Grayscale: #666666. Windows color (decimal): -6924736 or 4216470. OLE color: 4216470.
HSL color Cylindrical-coordinate representation of color #965640: hue angle of 15.35º 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 #965640 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 64 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.41 |
| HSL | 15.35º | 0.4% | 0.42% | - |
| HSV(B) | 15.35º | 0.57% | 0.59% | - |
| XYZ | 16.83 | 13.51 | 6.57 | - |
| YUV | 102.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 64 | 0 | 0.43 | 0.57 | 0.41 | 15.35 | 0.4 | 0.42 |
| Hex | 96 | 56 | 40 | 0 | 2B | 39 | 29 | F | 28 | 2A |
| Octal | 226 | 126 | 100 | 0 | 53 | 71 | 51 | 17 | 50 | 52 |
| Binary | 10010110 | 1010110 | 1000000 | 0 | 101011 | 111001 | 101001 | 1111 | 101000 | 101010 |
Color Harmonies of #965640
Complementary color
Monochromatic Colors of #965640
Black with #965640
Text Example
Text Example
White with #965640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965640; }
p { color: rgb(150,86,64); }
H1.HeaderClassName
{
color: #965640;
}
.AnyTagClassName
{
color: #965640;
}
</style>
background-color css
<style>
a { background-color: #965640; }
a { background-color: rgb(150,86,64); }
div.DivClassName
{
background-color: #965640;
}
.BgClassName
{
background-color: #965640;
}
</style>
border-color css
<style>
span { border-color: #965640; }
span { border-color: rgb(150,86,64); }
td.TdClassName
{
border-color: #965640;
}
.TagClassName
{
border-color: #965640;
}
</style>