Shades of Sepia #976144
Tints of Sepia #976144
RGB
CMYK
RGB Variations
Color information
#976144 (or 0x976144) is known color: Sepia. HEX triplet: 97, 61 and 44. RGB value is (151,97,68). Sum of RGB (Red+Green+Blue) = 151+97+68=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #976144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976144 is #689EBB. Grayscale: #6E6E6E. Windows color (decimal): -6856380 or 4481431. OLE color: 4481431.
HSL color Cylindrical-coordinate representation of color #976144: hue angle of 20.96º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #976144 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 97 | 68 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.41 |
| HSL | 20.96º | 0.38% | 0.43% | - |
| HSV(B) | 20.96º | 0.55% | 0.59% | - |
| XYZ | 18.08 | 15.55 | 7.52 | - |
| YUV | 109.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 97 | 68 | 0 | 0.36 | 0.55 | 0.41 | 20.96 | 0.38 | 0.43 |
| Hex | 97 | 61 | 44 | 0 | 24 | 37 | 29 | 15 | 26 | 2B |
| Octal | 227 | 141 | 104 | 0 | 44 | 67 | 51 | 25 | 46 | 53 |
| Binary | 10010111 | 1100001 | 1000100 | 0 | 100100 | 110111 | 101001 | 10101 | 100110 | 101011 |
Color Harmonies of #976144
Complementary color
Monochromatic Colors of #976144
Black with #976144
Text Example
Text Example
White with #976144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976144; }
p { color: rgb(151,97,68); }
H1.HeaderClassName
{
color: #976144;
}
.AnyTagClassName
{
color: #976144;
}
</style>
background-color css
<style>
a { background-color: #976144; }
a { background-color: rgb(151,97,68); }
div.DivClassName
{
background-color: #976144;
}
.BgClassName
{
background-color: #976144;
}
</style>
border-color css
<style>
span { border-color: #976144; }
span { border-color: rgb(151,97,68); }
td.TdClassName
{
border-color: #976144;
}
.TagClassName
{
border-color: #976144;
}
</style>