Shades of Sepia #965A3E
Tints of Sepia #965A3E
RGB
CMYK
RGB Variations
Color information
#965A3E (or 0x965A3E) is known color: Sepia. HEX triplet: 96, 5A and 3E. RGB value is (150,90,62). Sum of RGB (Red+Green+Blue) = 150+90+62=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #965A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A3E is #69A5C1. Grayscale: #686868. Windows color (decimal): -6923714 or 4086422. OLE color: 4086422.
HSL color Cylindrical-coordinate representation of color #965A3E: hue angle of 19.09º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #965A3E is Cyan = 0, Magento = 0.4, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 62 | - |
| CMYK | 0 | 0.4 | 0.59 | 0.41 |
| HSL | 19.09º | 0.42% | 0.42% | - |
| HSV(B) | 19.09º | 0.59% | 0.59% | - |
| XYZ | 17.1 | 14.14 | 6.39 | - |
| YUV | 104.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 62 | 0 | 0.4 | 0.59 | 0.41 | 19.09 | 0.42 | 0.42 |
| Hex | 96 | 5A | 3E | 0 | 28 | 3B | 29 | 13 | 2A | 2A |
| Octal | 226 | 132 | 76 | 0 | 50 | 73 | 51 | 23 | 52 | 52 |
| Binary | 10010110 | 1011010 | 111110 | 0 | 101000 | 111011 | 101001 | 10011 | 101010 | 101010 |
Color Harmonies of #965A3E
Complementary color
Monochromatic Colors of #965A3E
Black with #965A3E
Text Example
Text Example
White with #965A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A3E; }
p { color: rgb(150,90,62); }
H1.HeaderClassName
{
color: #965A3E;
}
.AnyTagClassName
{
color: #965A3E;
}
</style>
background-color css
<style>
a { background-color: #965A3E; }
a { background-color: rgb(150,90,62); }
div.DivClassName
{
background-color: #965A3E;
}
.BgClassName
{
background-color: #965A3E;
}
</style>
border-color css
<style>
span { border-color: #965A3E; }
span { border-color: rgb(150,90,62); }
td.TdClassName
{
border-color: #965A3E;
}
.TagClassName
{
border-color: #965A3E;
}
</style>