#964C42

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

Shades of El Salva #964C42

Tints of El Salva #964C42

Color information

#964C42 (or 0x964C42) is unknown color: approx El Salva. HEX triplet: 96, 4C and 42. RGB value is (150,76,66). Sum of RGB (Red+Green+Blue) = 150+76+66=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #964C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C42 is #69B3BD. Grayscale: #616161. Windows color (decimal): -6927294 or 4344982. OLE color: 4344982.

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

Color convert

RGB1507666-
CMYK00.490.560.41
HSL7.14º38.89%42.35%-
HSV(B)7.14º56%58.82%-
XYZ16.1512.056.63-
YUV96.99110.52165.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=51.37%
G=26.03%
B=22.60%

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
Decimal150766600.490.560.417.1438.8942.35
Hex964C4203138297272a
Octal226114102061705174752
Binary10010110100110010000100110001111000101001111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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