Shades of Sepia #996147
Tints of Sepia #996147
RGB
CMYK
RGB Variations
Color information
#996147 (or 0x996147) is known color: Sepia. HEX triplet: 99, 61 and 47. RGB value is (153,97,71). Sum of RGB (Red+Green+Blue) = 153+97+71=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #996147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996147 is #669EB8. Grayscale: #6E6E6E. Windows color (decimal): -6725305 or 4678041. OLE color: 4678041.
HSL color Cylindrical-coordinate representation of color #996147: hue angle of 19.02º 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 #996147 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 71 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.4 |
| HSL | 19.02º | 0.37% | 0.44% | - |
| HSV(B) | 19.02º | 0.54% | 0.6% | - |
| XYZ | 18.55 | 15.78 | 8.03 | - |
| YUV | 110.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 71 | 0 | 0.37 | 0.54 | 0.4 | 19.02 | 0.37 | 0.44 |
| Hex | 99 | 61 | 47 | 0 | 25 | 36 | 28 | 13 | 25 | 2C |
| Octal | 231 | 141 | 107 | 0 | 45 | 66 | 50 | 23 | 45 | 54 |
| Binary | 10011001 | 1100001 | 1000111 | 0 | 100101 | 110110 | 101000 | 10011 | 100101 | 101100 |
Color Harmonies of #996147
Complementary color
Monochromatic Colors of #996147
Black with #996147
Text Example
Text Example
White with #996147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996147; }
p { color: rgb(153,97,71); }
H1.HeaderClassName
{
color: #996147;
}
.AnyTagClassName
{
color: #996147;
}
</style>
background-color css
<style>
a { background-color: #996147; }
a { background-color: rgb(153,97,71); }
div.DivClassName
{
background-color: #996147;
}
.BgClassName
{
background-color: #996147;
}
</style>
border-color css
<style>
span { border-color: #996147; }
span { border-color: rgb(153,97,71); }
td.TdClassName
{
border-color: #996147;
}
.TagClassName
{
border-color: #996147;
}
</style>