Shades of Sepia #995B3C
Tints of Sepia #995B3C
RGB
CMYK
RGB Variations
Color information
#995B3C (or 0x995B3C) is known color: Sepia. HEX triplet: 99, 5B and 3C. RGB value is (153,91,60). Sum of RGB (Red+Green+Blue) = 153+91+60=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #995B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B3C is #66A4C3. Grayscale: #6A6A6A. Windows color (decimal): -6726852 or 3955609. OLE color: 3955609.
HSL color Cylindrical-coordinate representation of color #995B3C: hue angle of 20º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #995B3C is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 60 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.4 |
| HSL | 20º | 0.44% | 0.42% | - |
| HSV(B) | 20º | 0.61% | 0.6% | - |
| XYZ | 17.69 | 14.58 | 6.16 | - |
| YUV | 106 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 60 | 0 | 0.41 | 0.61 | 0.4 | 20 | 0.44 | 0.42 |
| Hex | 99 | 5B | 3C | 0 | 29 | 3D | 28 | 14 | 2C | 2A |
| Octal | 231 | 133 | 74 | 0 | 51 | 75 | 50 | 24 | 54 | 52 |
| Binary | 10011001 | 1011011 | 111100 | 0 | 101001 | 111101 | 101000 | 10100 | 101100 | 101010 |
Color Harmonies of #995B3C
Complementary color
Monochromatic Colors of #995B3C
Black with #995B3C
Text Example
Text Example
White with #995B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B3C; }
p { color: rgb(153,91,60); }
H1.HeaderClassName
{
color: #995B3C;
}
.AnyTagClassName
{
color: #995B3C;
}
</style>
background-color css
<style>
a { background-color: #995B3C; }
a { background-color: rgb(153,91,60); }
div.DivClassName
{
background-color: #995B3C;
}
.BgClassName
{
background-color: #995B3C;
}
</style>
border-color css
<style>
span { border-color: #995B3C; }
span { border-color: rgb(153,91,60); }
td.TdClassName
{
border-color: #995B3C;
}
.TagClassName
{
border-color: #995B3C;
}
</style>