Shades of El Salva #964C45
Tints of El Salva #964C45
RGB
CMYK
RGB Variations
Color information
#964C45 (or 0x964C45) is known color: El Salva. HEX triplet: 96, 4C and 45. RGB value is (150,76,69). Sum of RGB (Red+Green+Blue) = 150+76+69=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #964C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C45 is #69B3BA. Grayscale: #616161. Windows color (decimal): -6927291 or 4541590. OLE color: 4541590.
HSL color Cylindrical-coordinate representation of color #964C45: hue angle of 5.19º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964C45 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 69 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.41 |
| HSL | 5.19º | 0.37% | 0.43% | - |
| HSV(B) | 5.19º | 0.54% | 0.59% | - |
| XYZ | 16.24 | 12.08 | 7.11 | - |
| YUV | 97.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 69 | 0 | 0.49 | 0.54 | 0.41 | 5.19 | 0.37 | 0.43 |
| Hex | 96 | 4C | 45 | 0 | 31 | 36 | 29 | 5 | 25 | 2B |
| Octal | 226 | 114 | 105 | 0 | 61 | 66 | 51 | 5 | 45 | 53 |
| Binary | 10010110 | 1001100 | 1000101 | 0 | 110001 | 110110 | 101001 | 101 | 100101 | 101011 |
Color Harmonies of #964C45
Complementary color
Monochromatic Colors of #964C45
Black with #964C45
Text Example
Text Example
White with #964C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C45; }
p { color: rgb(150,76,69); }
H1.HeaderClassName
{
color: #964C45;
}
.AnyTagClassName
{
color: #964C45;
}
</style>
background-color css
<style>
a { background-color: #964C45; }
a { background-color: rgb(150,76,69); }
div.DivClassName
{
background-color: #964C45;
}
.BgClassName
{
background-color: #964C45;
}
</style>
border-color css
<style>
span { border-color: #964C45; }
span { border-color: rgb(150,76,69); }
td.TdClassName
{
border-color: #964C45;
}
.TagClassName
{
border-color: #964C45;
}
</style>