Shades of Sepia #996146
Tints of Sepia #996146
RGB
CMYK
RGB Variations
Color information
#996146 (or 0x996146) is known color: Sepia. HEX triplet: 99, 61 and 46. RGB value is (153,97,70). Sum of RGB (Red+Green+Blue) = 153+97+70=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #996146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996146 is #669EB9. Grayscale: #6E6E6E. Windows color (decimal): -6725306 or 4612505. OLE color: 4612505.
HSL color Cylindrical-coordinate representation of color #996146: hue angle of 19.52º 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 #996146 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 70 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.4 |
| HSL | 19.52º | 0.37% | 0.44% | - |
| HSV(B) | 19.52º | 0.54% | 0.6% | - |
| XYZ | 18.52 | 15.76 | 7.86 | - |
| YUV | 110.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 70 | 0 | 0.37 | 0.54 | 0.4 | 19.52 | 0.37 | 0.44 |
| Hex | 99 | 61 | 46 | 0 | 25 | 36 | 28 | 14 | 25 | 2C |
| Octal | 231 | 141 | 106 | 0 | 45 | 66 | 50 | 24 | 45 | 54 |
| Binary | 10011001 | 1100001 | 1000110 | 0 | 100101 | 110110 | 101000 | 10100 | 100101 | 101100 |
Color Harmonies of #996146
Complementary color
Monochromatic Colors of #996146
Black with #996146
Text Example
Text Example
White with #996146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996146; }
p { color: rgb(153,97,70); }
H1.HeaderClassName
{
color: #996146;
}
.AnyTagClassName
{
color: #996146;
}
</style>
background-color css
<style>
a { background-color: #996146; }
a { background-color: rgb(153,97,70); }
div.DivClassName
{
background-color: #996146;
}
.BgClassName
{
background-color: #996146;
}
</style>
border-color css
<style>
span { border-color: #996146; }
span { border-color: rgb(153,97,70); }
td.TdClassName
{
border-color: #996146;
}
.TagClassName
{
border-color: #996146;
}
</style>