Shades of Sepia #966044
Tints of Sepia #966044
RGB
CMYK
RGB Variations
Color information
#966044 (or 0x966044) is known color: Sepia. HEX triplet: 96, 60 and 44. RGB value is (150,96,68). Sum of RGB (Red+Green+Blue) = 150+96+68=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #966044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966044 is #699FBB. Grayscale: #6D6D6D. Windows color (decimal): -6922172 or 4481174. OLE color: 4481174.
HSL color Cylindrical-coordinate representation of color #966044: hue angle of 20.49º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966044 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 68 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.41 |
| HSL | 20.49º | 0.38% | 0.43% | - |
| HSV(B) | 20.49º | 0.55% | 0.59% | - |
| XYZ | 17.8 | 15.27 | 7.48 | - |
| YUV | 108.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 68 | 0 | 0.36 | 0.55 | 0.41 | 20.49 | 0.38 | 0.43 |
| Hex | 96 | 60 | 44 | 0 | 24 | 37 | 29 | 14 | 26 | 2B |
| Octal | 226 | 140 | 104 | 0 | 44 | 67 | 51 | 24 | 46 | 53 |
| Binary | 10010110 | 1100000 | 1000100 | 0 | 100100 | 110111 | 101001 | 10100 | 100110 | 101011 |
Color Harmonies of #966044
Complementary color
Monochromatic Colors of #966044
Black with #966044
Text Example
Text Example
White with #966044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966044; }
p { color: rgb(150,96,68); }
H1.HeaderClassName
{
color: #966044;
}
.AnyTagClassName
{
color: #966044;
}
</style>
background-color css
<style>
a { background-color: #966044; }
a { background-color: rgb(150,96,68); }
div.DivClassName
{
background-color: #966044;
}
.BgClassName
{
background-color: #966044;
}
</style>
border-color css
<style>
span { border-color: #966044; }
span { border-color: rgb(150,96,68); }
td.TdClassName
{
border-color: #966044;
}
.TagClassName
{
border-color: #966044;
}
</style>