Shades of Sepia #996045
Tints of Sepia #996045
RGB
CMYK
RGB Variations
Color information
#996045 (or 0x996045) is known color: Sepia. HEX triplet: 99, 60 and 45. RGB value is (153,96,69). Sum of RGB (Red+Green+Blue) = 153+96+69=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #996045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996045 is #669FBA. Grayscale: #6E6E6E. Windows color (decimal): -6725563 or 4546713. OLE color: 4546713.
HSL color Cylindrical-coordinate representation of color #996045: hue angle of 19.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #996045 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 69 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.4 |
| HSL | 19.29º | 0.38% | 0.44% | - |
| HSV(B) | 19.29º | 0.55% | 0.6% | - |
| XYZ | 18.39 | 15.57 | 7.67 | - |
| YUV | 109.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 69 | 0 | 0.37 | 0.55 | 0.4 | 19.29 | 0.38 | 0.44 |
| Hex | 99 | 60 | 45 | 0 | 25 | 37 | 28 | 13 | 26 | 2C |
| Octal | 231 | 140 | 105 | 0 | 45 | 67 | 50 | 23 | 46 | 54 |
| Binary | 10011001 | 1100000 | 1000101 | 0 | 100101 | 110111 | 101000 | 10011 | 100110 | 101100 |
Color Harmonies of #996045
Complementary color
Monochromatic Colors of #996045
Black with #996045
Text Example
Text Example
White with #996045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996045; }
p { color: rgb(153,96,69); }
H1.HeaderClassName
{
color: #996045;
}
.AnyTagClassName
{
color: #996045;
}
</style>
background-color css
<style>
a { background-color: #996045; }
a { background-color: rgb(153,96,69); }
div.DivClassName
{
background-color: #996045;
}
.BgClassName
{
background-color: #996045;
}
</style>
border-color css
<style>
span { border-color: #996045; }
span { border-color: rgb(153,96,69); }
td.TdClassName
{
border-color: #996045;
}
.TagClassName
{
border-color: #996045;
}
</style>