Shades of Sepia #995A43
Tints of Sepia #995A43
RGB
CMYK
RGB Variations
Color information
#995A43 (or 0x995A43) is known color: Sepia. HEX triplet: 99, 5A and 43. RGB value is (153,90,67). Sum of RGB (Red+Green+Blue) = 153+90+67=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #995A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A43 is #66A5BC. Grayscale: #6A6A6A. Windows color (decimal): -6727101 or 4414105. OLE color: 4414105.
HSL color Cylindrical-coordinate representation of color #995A43: hue angle of 16.05º 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 #995A43 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 67 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.4 |
| HSL | 16.05º | 0.39% | 0.43% | - |
| HSV(B) | 16.05º | 0.56% | 0.6% | - |
| XYZ | 17.81 | 14.49 | 7.17 | - |
| YUV | 106.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 67 | 0 | 0.41 | 0.56 | 0.4 | 16.05 | 0.39 | 0.43 |
| Hex | 99 | 5A | 43 | 0 | 29 | 38 | 28 | 10 | 27 | 2B |
| Octal | 231 | 132 | 103 | 0 | 51 | 70 | 50 | 20 | 47 | 53 |
| Binary | 10011001 | 1011010 | 1000011 | 0 | 101001 | 111000 | 101000 | 10000 | 100111 | 101011 |
Color Harmonies of #995A43
Complementary color
Monochromatic Colors of #995A43
Black with #995A43
Text Example
Text Example
White with #995A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A43; }
p { color: rgb(153,90,67); }
H1.HeaderClassName
{
color: #995A43;
}
.AnyTagClassName
{
color: #995A43;
}
</style>
background-color css
<style>
a { background-color: #995A43; }
a { background-color: rgb(153,90,67); }
div.DivClassName
{
background-color: #995A43;
}
.BgClassName
{
background-color: #995A43;
}
</style>
border-color css
<style>
span { border-color: #995A43; }
span { border-color: rgb(153,90,67); }
td.TdClassName
{
border-color: #995A43;
}
.TagClassName
{
border-color: #995A43;
}
</style>