Shades of El Salva #96503D
Tints of El Salva #96503D
RGB
CMYK
RGB Variations
Color information
#96503D (or 0x96503D) is known color: El Salva. HEX triplet: 96, 50 and 3D. RGB value is (150,80,61). Sum of RGB (Red+Green+Blue) = 150+80+61=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96503D is #69AFC2. Grayscale: #626262. Windows color (decimal): -6926275 or 4018326. OLE color: 4018326.
HSL color Cylindrical-coordinate representation of color #96503D: hue angle of 12.81º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96503D is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 61 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.41 |
| HSL | 12.81º | 0.42% | 0.41% | - |
| HSV(B) | 12.81º | 0.59% | 0.59% | - |
| XYZ | 16.29 | 12.56 | 5.98 | - |
| YUV | 98.76 | 106.69 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 61 | 0 | 0.47 | 0.59 | 0.41 | 12.81 | 0.42 | 0.41 |
| Hex | 96 | 50 | 3D | 0 | 2F | 3B | 29 | D | 2A | 29 |
| Octal | 226 | 120 | 75 | 0 | 57 | 73 | 51 | 15 | 52 | 51 |
| Binary | 10010110 | 1010000 | 111101 | 0 | 101111 | 111011 | 101001 | 1101 | 101010 | 101001 |
Color Harmonies of #96503D
Complementary color
Monochromatic Colors of #96503D
Black with #96503D
Text Example
Text Example
White with #96503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96503D; }
p { color: rgb(150,80,61); }
H1.HeaderClassName
{
color: #96503D;
}
.AnyTagClassName
{
color: #96503D;
}
</style>
background-color css
<style>
a { background-color: #96503D; }
a { background-color: rgb(150,80,61); }
div.DivClassName
{
background-color: #96503D;
}
.BgClassName
{
background-color: #96503D;
}
</style>
border-color css
<style>
span { border-color: #96503D; }
span { border-color: rgb(150,80,61); }
td.TdClassName
{
border-color: #96503D;
}
.TagClassName
{
border-color: #96503D;
}
</style>