Shades of Sepia #995845
Tints of Sepia #995845
RGB
CMYK
RGB Variations
Color information
#995845 (or 0x995845) is known color: Sepia. HEX triplet: 99, 58 and 45. RGB value is (153,88,69). Sum of RGB (Red+Green+Blue) = 153+88+69=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #995845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995845 is #66A7BA. Grayscale: #696969. Windows color (decimal): -6727611 or 4544665. OLE color: 4544665.
HSL color Cylindrical-coordinate representation of color #995845: hue angle of 13.57º 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 #995845 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 69 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.4 |
| HSL | 13.57º | 0.38% | 0.44% | - |
| HSV(B) | 13.57º | 0.55% | 0.6% | - |
| XYZ | 17.7 | 14.18 | 7.43 | - |
| YUV | 105.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 69 | 0 | 0.42 | 0.55 | 0.4 | 13.57 | 0.38 | 0.44 |
| Hex | 99 | 58 | 45 | 0 | 2A | 37 | 28 | E | 26 | 2C |
| Octal | 231 | 130 | 105 | 0 | 52 | 67 | 50 | 16 | 46 | 54 |
| Binary | 10011001 | 1011000 | 1000101 | 0 | 101010 | 110111 | 101000 | 1110 | 100110 | 101100 |
Color Harmonies of #995845
Complementary color
Monochromatic Colors of #995845
Black with #995845
Text Example
Text Example
White with #995845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995845; }
p { color: rgb(153,88,69); }
H1.HeaderClassName
{
color: #995845;
}
.AnyTagClassName
{
color: #995845;
}
</style>
background-color css
<style>
a { background-color: #995845; }
a { background-color: rgb(153,88,69); }
div.DivClassName
{
background-color: #995845;
}
.BgClassName
{
background-color: #995845;
}
</style>
border-color css
<style>
span { border-color: #995845; }
span { border-color: rgb(153,88,69); }
td.TdClassName
{
border-color: #995845;
}
.TagClassName
{
border-color: #995845;
}
</style>