#964E42

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

Shades of El Salva #964E42

Tints of El Salva #964E42

Color information

#964E42 (or 0x964E42) is unknown color: approx El Salva. HEX triplet: 96, 4E and 42. RGB value is (150,78,66). Sum of RGB (Red+Green+Blue) = 150+78+66=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #964E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E42 is #69B1BD. Grayscale: #626262. Windows color (decimal): -6926782 or 4345494. OLE color: 4345494.

HSL color Cylindrical-coordinate representation of color #964E42: hue angle of 8.57º 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 #964E42 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1507866-
CMYK00.480.560.41
HSL8.57º38.89%42.35%-
HSV(B)8.57º56%58.82%-
XYZ16.2912.336.68-
YUV98.16109.85164.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=51.02%
G=26.53%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150786600.480.560.418.5738.8942.35
Hex964E4203038299272a
Octal2261161020607051114752
Binary100101101001110100001001100001110001010011001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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