Shades of El Salva #96513D
Tints of El Salva #96513D
RGB
CMYK
RGB Variations
Color information
#96513D (or 0x96513D) is known color: El Salva. HEX triplet: 96, 51 and 3D. RGB value is (150,81,61). Sum of RGB (Red+Green+Blue) = 150+81+61=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96513D is #69AEC2. Grayscale: #636363. Windows color (decimal): -6926019 or 4018582. OLE color: 4018582.
HSL color Cylindrical-coordinate representation of color #96513D: hue angle of 13.48º 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 #96513D is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 61 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.41 |
| HSL | 13.48º | 0.42% | 0.41% | - |
| HSV(B) | 13.48º | 0.59% | 0.59% | - |
| XYZ | 16.36 | 12.71 | 6 | - |
| YUV | 99.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 61 | 0 | 0.46 | 0.59 | 0.41 | 13.48 | 0.42 | 0.41 |
| Hex | 96 | 51 | 3D | 0 | 2E | 3B | 29 | D | 2A | 29 |
| Octal | 226 | 121 | 75 | 0 | 56 | 73 | 51 | 15 | 52 | 51 |
| Binary | 10010110 | 1010001 | 111101 | 0 | 101110 | 111011 | 101001 | 1101 | 101010 | 101001 |
Color Harmonies of #96513D
Complementary color
Monochromatic Colors of #96513D
Black with #96513D
Text Example
Text Example
White with #96513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96513D; }
p { color: rgb(150,81,61); }
H1.HeaderClassName
{
color: #96513D;
}
.AnyTagClassName
{
color: #96513D;
}
</style>
background-color css
<style>
a { background-color: #96513D; }
a { background-color: rgb(150,81,61); }
div.DivClassName
{
background-color: #96513D;
}
.BgClassName
{
background-color: #96513D;
}
</style>
border-color css
<style>
span { border-color: #96513D; }
span { border-color: rgb(150,81,61); }
td.TdClassName
{
border-color: #96513D;
}
.TagClassName
{
border-color: #96513D;
}
</style>