Shades of El Salva #964E41
Tints of El Salva #964E41
RGB
CMYK
RGB Variations
Color information
#964E41 (or 0x964E41) is known color: El Salva. HEX triplet: 96, 4E and 41. RGB value is (150,78,65). Sum of RGB (Red+Green+Blue) = 150+78+65=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #964E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E41 is #69B1BE. Grayscale: #626262. Windows color (decimal): -6926783 or 4279958. OLE color: 4279958.
HSL color Cylindrical-coordinate representation of color #964E41: hue angle of 9.18º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964E41 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 65 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.41 |
| HSL | 9.18º | 0.4% | 0.42% | - |
| HSV(B) | 9.18º | 0.57% | 0.59% | - |
| XYZ | 16.26 | 12.31 | 6.52 | - |
| YUV | 98.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 65 | 0 | 0.48 | 0.57 | 0.41 | 9.18 | 0.4 | 0.42 |
| Hex | 96 | 4E | 41 | 0 | 30 | 39 | 29 | 9 | 28 | 2A |
| Octal | 226 | 116 | 101 | 0 | 60 | 71 | 51 | 11 | 50 | 52 |
| Binary | 10010110 | 1001110 | 1000001 | 0 | 110000 | 111001 | 101001 | 1001 | 101000 | 101010 |
Color Harmonies of #964E41
Complementary color
Monochromatic Colors of #964E41
Black with #964E41
Text Example
Text Example
White with #964E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E41; }
p { color: rgb(150,78,65); }
H1.HeaderClassName
{
color: #964E41;
}
.AnyTagClassName
{
color: #964E41;
}
</style>
background-color css
<style>
a { background-color: #964E41; }
a { background-color: rgb(150,78,65); }
div.DivClassName
{
background-color: #964E41;
}
.BgClassName
{
background-color: #964E41;
}
</style>
border-color css
<style>
span { border-color: #964E41; }
span { border-color: rgb(150,78,65); }
td.TdClassName
{
border-color: #964E41;
}
.TagClassName
{
border-color: #964E41;
}
</style>