Shades of Sepia #995841
Tints of Sepia #995841
RGB
CMYK
RGB Variations
Color information
#995841 (or 0x995841) is known color: Sepia. HEX triplet: 99, 58 and 41. RGB value is (153,88,65). Sum of RGB (Red+Green+Blue) = 153+88+65=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #995841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995841 is #66A7BE. Grayscale: #686868. Windows color (decimal): -6727615 or 4282521. OLE color: 4282521.
HSL color Cylindrical-coordinate representation of color #995841: hue angle of 15.68º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995841 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 65 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.4 |
| HSL | 15.68º | 0.4% | 0.43% | - |
| HSV(B) | 15.68º | 0.58% | 0.6% | - |
| XYZ | 17.58 | 14.13 | 6.8 | - |
| YUV | 104.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 65 | 0 | 0.42 | 0.58 | 0.4 | 15.68 | 0.4 | 0.43 |
| Hex | 99 | 58 | 41 | 0 | 2A | 3A | 28 | 10 | 28 | 2B |
| Octal | 231 | 130 | 101 | 0 | 52 | 72 | 50 | 20 | 50 | 53 |
| Binary | 10011001 | 1011000 | 1000001 | 0 | 101010 | 111010 | 101000 | 10000 | 101000 | 101011 |
Color Harmonies of #995841
Complementary color
Monochromatic Colors of #995841
Black with #995841
Text Example
Text Example
White with #995841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995841; }
p { color: rgb(153,88,65); }
H1.HeaderClassName
{
color: #995841;
}
.AnyTagClassName
{
color: #995841;
}
</style>
background-color css
<style>
a { background-color: #995841; }
a { background-color: rgb(153,88,65); }
div.DivClassName
{
background-color: #995841;
}
.BgClassName
{
background-color: #995841;
}
</style>
border-color css
<style>
span { border-color: #995841; }
span { border-color: rgb(153,88,65); }
td.TdClassName
{
border-color: #995841;
}
.TagClassName
{
border-color: #995841;
}
</style>