Shades of Sepia #995444
Tints of Sepia #995444
RGB
CMYK
RGB Variations
Color information
#995444 (or 0x995444) is known color: Sepia. HEX triplet: 99, 54 and 44. RGB value is (153,84,68). Sum of RGB (Red+Green+Blue) = 153+84+68=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #995444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995444 is #66ABBB. Grayscale: #666666. Windows color (decimal): -6728636 or 4478105. OLE color: 4478105.
HSL color Cylindrical-coordinate representation of color #995444: hue angle of 11.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995444 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 68 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.4 |
| HSL | 11.29º | 0.38% | 0.43% | - |
| HSV(B) | 11.29º | 0.56% | 0.6% | - |
| XYZ | 17.35 | 13.53 | 7.17 | - |
| YUV | 102.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 68 | 0 | 0.45 | 0.56 | 0.4 | 11.29 | 0.38 | 0.43 |
| Hex | 99 | 54 | 44 | 0 | 2D | 38 | 28 | B | 26 | 2B |
| Octal | 231 | 124 | 104 | 0 | 55 | 70 | 50 | 13 | 46 | 53 |
| Binary | 10011001 | 1010100 | 1000100 | 0 | 101101 | 111000 | 101000 | 1011 | 100110 | 101011 |
Color Harmonies of #995444
Complementary color
Monochromatic Colors of #995444
Black with #995444
Text Example
Text Example
White with #995444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995444; }
p { color: rgb(153,84,68); }
H1.HeaderClassName
{
color: #995444;
}
.AnyTagClassName
{
color: #995444;
}
</style>
background-color css
<style>
a { background-color: #995444; }
a { background-color: rgb(153,84,68); }
div.DivClassName
{
background-color: #995444;
}
.BgClassName
{
background-color: #995444;
}
</style>
border-color css
<style>
span { border-color: #995444; }
span { border-color: rgb(153,84,68); }
td.TdClassName
{
border-color: #995444;
}
.TagClassName
{
border-color: #995444;
}
</style>