Shades of Sepia #976043
Tints of Sepia #976043
RGB
CMYK
RGB Variations
Color information
#976043 (or 0x976043) is known color: Sepia. HEX triplet: 97, 60 and 43. RGB value is (151,96,67). Sum of RGB (Red+Green+Blue) = 151+96+67=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #976043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976043 is #689FBC. Grayscale: #6D6D6D. Windows color (decimal): -6856637 or 4415639. OLE color: 4415639.
HSL color Cylindrical-coordinate representation of color #976043: hue angle of 20.71º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #976043 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 96 | 67 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.41 |
| HSL | 20.71º | 0.39% | 0.43% | - |
| HSV(B) | 20.71º | 0.56% | 0.59% | - |
| XYZ | 17.96 | 15.35 | 7.33 | - |
| YUV | 109.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 96 | 67 | 0 | 0.36 | 0.56 | 0.41 | 20.71 | 0.39 | 0.43 |
| Hex | 97 | 60 | 43 | 0 | 24 | 38 | 29 | 15 | 27 | 2B |
| Octal | 227 | 140 | 103 | 0 | 44 | 70 | 51 | 25 | 47 | 53 |
| Binary | 10010111 | 1100000 | 1000011 | 0 | 100100 | 111000 | 101001 | 10101 | 100111 | 101011 |
Color Harmonies of #976043
Complementary color
Monochromatic Colors of #976043
Black with #976043
Text Example
Text Example
White with #976043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976043; }
p { color: rgb(151,96,67); }
H1.HeaderClassName
{
color: #976043;
}
.AnyTagClassName
{
color: #976043;
}
</style>
background-color css
<style>
a { background-color: #976043; }
a { background-color: rgb(151,96,67); }
div.DivClassName
{
background-color: #976043;
}
.BgClassName
{
background-color: #976043;
}
</style>
border-color css
<style>
span { border-color: #976043; }
span { border-color: rgb(151,96,67); }
td.TdClassName
{
border-color: #976043;
}
.TagClassName
{
border-color: #976043;
}
</style>