Shades of El Salva #965245
Tints of El Salva #965245
RGB
CMYK
RGB Variations
Color information
#965245 (or 0x965245) is known color: El Salva. HEX triplet: 96, 52 and 45. RGB value is (150,82,69). Sum of RGB (Red+Green+Blue) = 150+82+69=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #965245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965245 is #69ADBA. Grayscale: #646464. Windows color (decimal): -6925755 or 4543126. OLE color: 4543126.
HSL color Cylindrical-coordinate representation of color #965245: hue angle of 9.63º 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 #965245 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 69 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.41 |
| HSL | 9.63º | 0.37% | 0.43% | - |
| HSV(B) | 9.63º | 0.54% | 0.59% | - |
| XYZ | 16.67 | 12.95 | 7.25 | - |
| YUV | 100.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 69 | 0 | 0.45 | 0.54 | 0.41 | 9.63 | 0.37 | 0.43 |
| Hex | 96 | 52 | 45 | 0 | 2D | 36 | 29 | A | 25 | 2B |
| Octal | 226 | 122 | 105 | 0 | 55 | 66 | 51 | 12 | 45 | 53 |
| Binary | 10010110 | 1010010 | 1000101 | 0 | 101101 | 110110 | 101001 | 1010 | 100101 | 101011 |
Color Harmonies of #965245
Complementary color
Monochromatic Colors of #965245
Black with #965245
Text Example
Text Example
White with #965245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965245; }
p { color: rgb(150,82,69); }
H1.HeaderClassName
{
color: #965245;
}
.AnyTagClassName
{
color: #965245;
}
</style>
background-color css
<style>
a { background-color: #965245; }
a { background-color: rgb(150,82,69); }
div.DivClassName
{
background-color: #965245;
}
.BgClassName
{
background-color: #965245;
}
</style>
border-color css
<style>
span { border-color: #965245; }
span { border-color: rgb(150,82,69); }
td.TdClassName
{
border-color: #965245;
}
.TagClassName
{
border-color: #965245;
}
</style>