Shades of Sepia #996246
Tints of Sepia #996246
RGB
CMYK
RGB Variations
Color information
#996246 (or 0x996246) is known color: Sepia. HEX triplet: 99, 62 and 46. RGB value is (153,98,70). Sum of RGB (Red+Green+Blue) = 153+98+70=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #996246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996246 is #669DB9. Grayscale: #6F6F6F. Windows color (decimal): -6725050 or 4612761. OLE color: 4612761.
HSL color Cylindrical-coordinate representation of color #996246: hue angle of 20.24º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996246 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 70 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.4 |
| HSL | 20.24º | 0.37% | 0.44% | - |
| HSV(B) | 20.24º | 0.54% | 0.6% | - |
| XYZ | 18.61 | 15.95 | 7.89 | - |
| YUV | 111.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 70 | 0 | 0.36 | 0.54 | 0.4 | 20.24 | 0.37 | 0.44 |
| Hex | 99 | 62 | 46 | 0 | 24 | 36 | 28 | 14 | 25 | 2C |
| Octal | 231 | 142 | 106 | 0 | 44 | 66 | 50 | 24 | 45 | 54 |
| Binary | 10011001 | 1100010 | 1000110 | 0 | 100100 | 110110 | 101000 | 10100 | 100101 | 101100 |
Color Harmonies of #996246
Complementary color
Monochromatic Colors of #996246
Black with #996246
Text Example
Text Example
White with #996246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996246; }
p { color: rgb(153,98,70); }
H1.HeaderClassName
{
color: #996246;
}
.AnyTagClassName
{
color: #996246;
}
</style>
background-color css
<style>
a { background-color: #996246; }
a { background-color: rgb(153,98,70); }
div.DivClassName
{
background-color: #996246;
}
.BgClassName
{
background-color: #996246;
}
</style>
border-color css
<style>
span { border-color: #996246; }
span { border-color: rgb(153,98,70); }
td.TdClassName
{
border-color: #996246;
}
.TagClassName
{
border-color: #996246;
}
</style>