Shades of Sepia #995B43
Tints of Sepia #995B43
RGB
CMYK
RGB Variations
Color information
#995B43 (or 0x995B43) is known color: Sepia. HEX triplet: 99, 5B and 43. RGB value is (153,91,67). Sum of RGB (Red+Green+Blue) = 153+91+67=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #995B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995B43 is #66A4BC. Grayscale: #6A6A6A. Windows color (decimal): -6726845 or 4414361. OLE color: 4414361.
HSL color Cylindrical-coordinate representation of color #995B43: hue angle of 16.74º degrees, saturation: 0.39, 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 #995B43 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 67 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.4 |
| HSL | 16.74º | 0.39% | 0.43% | - |
| HSV(B) | 16.74º | 0.56% | 0.6% | - |
| XYZ | 17.89 | 14.66 | 7.2 | - |
| YUV | 106.8 | 105.54 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 67 | 0 | 0.41 | 0.56 | 0.4 | 16.74 | 0.39 | 0.43 |
| Hex | 99 | 5B | 43 | 0 | 29 | 38 | 28 | 11 | 27 | 2B |
| Octal | 231 | 133 | 103 | 0 | 51 | 70 | 50 | 21 | 47 | 53 |
| Binary | 10011001 | 1011011 | 1000011 | 0 | 101001 | 111000 | 101000 | 10001 | 100111 | 101011 |
Color Harmonies of #995B43
Complementary color
Monochromatic Colors of #995B43
Black with #995B43
Text Example
Text Example
White with #995B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B43; }
p { color: rgb(153,91,67); }
H1.HeaderClassName
{
color: #995B43;
}
.AnyTagClassName
{
color: #995B43;
}
</style>
background-color css
<style>
a { background-color: #995B43; }
a { background-color: rgb(153,91,67); }
div.DivClassName
{
background-color: #995B43;
}
.BgClassName
{
background-color: #995B43;
}
</style>
border-color css
<style>
span { border-color: #995B43; }
span { border-color: rgb(153,91,67); }
td.TdClassName
{
border-color: #995B43;
}
.TagClassName
{
border-color: #995B43;
}
</style>