Shades of El Salva #964B46
Tints of El Salva #964B46
RGB
CMYK
RGB Variations
Color information
#964B46 (or 0x964B46) is known color: El Salva. HEX triplet: 96, 4B and 46. RGB value is (150,75,70). Sum of RGB (Red+Green+Blue) = 150+75+70=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #964B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B46 is #69B4B9. Grayscale: #606060. Windows color (decimal): -6927546 or 4606870. OLE color: 4606870.
HSL color Cylindrical-coordinate representation of color #964B46: hue angle of 3.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964B46 is Cyan = 0, Magento = 0.5, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 70 | - |
| CMYK | 0 | 0.5 | 0.53 | 0.41 |
| HSL | 3.75º | 0.36% | 0.43% | - |
| HSV(B) | 3.75º | 0.53% | 0.59% | - |
| XYZ | 16.2 | 11.96 | 7.25 | - |
| YUV | 96.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 70 | 0 | 0.5 | 0.53 | 0.41 | 3.75 | 0.36 | 0.43 |
| Hex | 96 | 4B | 46 | 0 | 32 | 35 | 29 | 4 | 24 | 2B |
| Octal | 226 | 113 | 106 | 0 | 62 | 65 | 51 | 4 | 44 | 53 |
| Binary | 10010110 | 1001011 | 1000110 | 0 | 110010 | 110101 | 101001 | 100 | 100100 | 101011 |
Color Harmonies of #964B46
Complementary color
Monochromatic Colors of #964B46
Black with #964B46
Text Example
Text Example
White with #964B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B46; }
p { color: rgb(150,75,70); }
H1.HeaderClassName
{
color: #964B46;
}
.AnyTagClassName
{
color: #964B46;
}
</style>
background-color css
<style>
a { background-color: #964B46; }
a { background-color: rgb(150,75,70); }
div.DivClassName
{
background-color: #964B46;
}
.BgClassName
{
background-color: #964B46;
}
</style>
border-color css
<style>
span { border-color: #964B46; }
span { border-color: rgb(150,75,70); }
td.TdClassName
{
border-color: #964B46;
}
.TagClassName
{
border-color: #964B46;
}
</style>