Shades of Sepia #956045
Tints of Sepia #956045
RGB
CMYK
RGB Variations
Color information
#956045 (or 0x956045) is known color: Sepia. HEX triplet: 95, 60 and 45. RGB value is (149,96,69). Sum of RGB (Red+Green+Blue) = 149+96+69=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #956045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956045 is #6A9FBA. Grayscale: #6C6C6C. Windows color (decimal): -6987707 or 4546709. OLE color: 4546709.
HSL color Cylindrical-coordinate representation of color #956045: hue angle of 20.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #956045 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 96 | 69 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.42 |
| HSL | 20.25º | 0.37% | 0.43% | - |
| HSV(B) | 20.25º | 0.54% | 0.58% | - |
| XYZ | 17.65 | 15.18 | 7.63 | - |
| YUV | 108.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 69 | 0 | 0.36 | 0.54 | 0.42 | 20.25 | 0.37 | 0.43 |
| Hex | 95 | 60 | 45 | 0 | 24 | 36 | 2A | 14 | 25 | 2B |
| Octal | 225 | 140 | 105 | 0 | 44 | 66 | 52 | 24 | 45 | 53 |
| Binary | 10010101 | 1100000 | 1000101 | 0 | 100100 | 110110 | 101010 | 10100 | 100101 | 101011 |
Color Harmonies of #956045
Complementary color
Monochromatic Colors of #956045
Black with #956045
Text Example
Text Example
White with #956045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956045; }
p { color: rgb(149,96,69); }
H1.HeaderClassName
{
color: #956045;
}
.AnyTagClassName
{
color: #956045;
}
</style>
background-color css
<style>
a { background-color: #956045; }
a { background-color: rgb(149,96,69); }
div.DivClassName
{
background-color: #956045;
}
.BgClassName
{
background-color: #956045;
}
</style>
border-color css
<style>
span { border-color: #956045; }
span { border-color: rgb(149,96,69); }
td.TdClassName
{
border-color: #956045;
}
.TagClassName
{
border-color: #956045;
}
</style>