Shades of El Salva #964D42
Tints of El Salva #964D42
RGB
CMYK
RGB Variations
Color information
#964D42 (or 0x964D42) is known color: El Salva. HEX triplet: 96, 4D and 42. RGB value is (150,77,66). Sum of RGB (Red+Green+Blue) = 150+77+66=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #964D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964D42 is #69B2BD. Grayscale: #616161. Windows color (decimal): -6927038 or 4345238. OLE color: 4345238.
HSL color Cylindrical-coordinate representation of color #964D42: hue angle of 7.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964D42 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 66 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.41 |
| HSL | 7.86º | 0.39% | 0.42% | - |
| HSV(B) | 7.86º | 0.56% | 0.59% | - |
| XYZ | 16.21 | 12.19 | 6.65 | - |
| YUV | 97.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 66 | 0 | 0.49 | 0.56 | 0.41 | 7.86 | 0.39 | 0.42 |
| Hex | 96 | 4D | 42 | 0 | 31 | 38 | 29 | 8 | 27 | 2A |
| Octal | 226 | 115 | 102 | 0 | 61 | 70 | 51 | 10 | 47 | 52 |
| Binary | 10010110 | 1001101 | 1000010 | 0 | 110001 | 111000 | 101001 | 1000 | 100111 | 101010 |
Color Harmonies of #964D42
Complementary color
Monochromatic Colors of #964D42
Black with #964D42
Text Example
Text Example
White with #964D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D42; }
p { color: rgb(150,77,66); }
H1.HeaderClassName
{
color: #964D42;
}
.AnyTagClassName
{
color: #964D42;
}
</style>
background-color css
<style>
a { background-color: #964D42; }
a { background-color: rgb(150,77,66); }
div.DivClassName
{
background-color: #964D42;
}
.BgClassName
{
background-color: #964D42;
}
</style>
border-color css
<style>
span { border-color: #964D42; }
span { border-color: rgb(150,77,66); }
td.TdClassName
{
border-color: #964D42;
}
.TagClassName
{
border-color: #964D42;
}
</style>