Shades of Sepia #996040
Tints of Sepia #996040
RGB
CMYK
RGB Variations
Color information
#996040 (or 0x996040) is known color: Sepia. HEX triplet: 99, 60 and 40. RGB value is (153,96,64). Sum of RGB (Red+Green+Blue) = 153+96+64=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #996040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996040 is #669FBF. Grayscale: #6D6D6D. Windows color (decimal): -6725568 or 4219033. OLE color: 4219033.
HSL color Cylindrical-coordinate representation of color #996040: hue angle of 21.57º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996040 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 64 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.4 |
| HSL | 21.57º | 0.41% | 0.43% | - |
| HSV(B) | 21.57º | 0.58% | 0.6% | - |
| XYZ | 18.25 | 15.51 | 6.88 | - |
| YUV | 109.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 64 | 0 | 0.37 | 0.58 | 0.4 | 21.57 | 0.41 | 0.43 |
| Hex | 99 | 60 | 40 | 0 | 25 | 3A | 28 | 16 | 29 | 2B |
| Octal | 231 | 140 | 100 | 0 | 45 | 72 | 50 | 26 | 51 | 53 |
| Binary | 10011001 | 1100000 | 1000000 | 0 | 100101 | 111010 | 101000 | 10110 | 101001 | 101011 |
Color Harmonies of #996040
Complementary color
Monochromatic Colors of #996040
Black with #996040
Text Example
Text Example
White with #996040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996040; }
p { color: rgb(153,96,64); }
H1.HeaderClassName
{
color: #996040;
}
.AnyTagClassName
{
color: #996040;
}
</style>
background-color css
<style>
a { background-color: #996040; }
a { background-color: rgb(153,96,64); }
div.DivClassName
{
background-color: #996040;
}
.BgClassName
{
background-color: #996040;
}
</style>
border-color css
<style>
span { border-color: #996040; }
span { border-color: rgb(153,96,64); }
td.TdClassName
{
border-color: #996040;
}
.TagClassName
{
border-color: #996040;
}
</style>