#964D42

Color #964D42 El Salva (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Salva #964D42

Tints of El Salva #964D42

Color information

#964D42 (or 0x964D42) is unknown color: approx El Salva. HEX triplet: 96, 4D and 42. RGB value is (150,77,66). Sum of RGB (Red+Green+Blue) = 150+77+66=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #964D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964D42 is #69B2BD. Grayscale: #616161. Windows color (decimal): -6927038 or 4345238. OLE color: 4345238.

HSL color Cylindrical-coordinate representation of color #964D42: hue angle of 7.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964D42 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1507766-
CMYK00.490.560.41
HSL7.86º38.89%42.35%-
HSV(B)7.86º56%58.82%-
XYZ16.2112.196.65-
YUV97.57110.18165.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=51.19%
G=26.28%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150776600.490.560.417.8638.8942.35
Hex964D4203138298272a
Octal2261151020617051104752
Binary100101101001101100001001100011110001010011000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964D42; }

 p { color: rgb(150,77,66); }

 H1.HeaderClassName
 {
   color: #964D42;
 }
 .AnyTagClassName
 {
   color: #964D42;
 }
</style>
background-color css

<style>
 a { background-color: #964D42; }

 a { background-color: rgb(150,77,66); }

 div.DivClassName
 {
   background-color: #964D42;
 }
 .BgClassName
 {
   background-color: #964D42;
 }
</style>
border-color css

<style>
 span { border-color: #964D42; }

 span { border-color: rgb(150,77,66); }

 td.TdClassName
 {
   border-color: #964D42;
 }
 .TagClassName
 {
   border-color: #964D42;
 }
</style>