#964C45

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

Shades of El Salva #964C45

Tints of El Salva #964C45

Color information

#964C45 (or 0x964C45) is unknown color: approx El Salva. HEX triplet: 96, 4C and 45. RGB value is (150,76,69). Sum of RGB (Red+Green+Blue) = 150+76+69=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #964C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C45 is #69B3BA. Grayscale: #616161. Windows color (decimal): -6927291 or 4541590. OLE color: 4541590.

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

Color convert

RGB1507669-
CMYK00.490.540.41
HSL5.19º36.99%42.94%-
HSV(B)5.19º54%58.82%-
XYZ16.2412.087.11-
YUV97.33112.02165.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=50.85%
G=25.76%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150766900.490.540.415.1936.9942.94
Hex964C4503136295252b
Octal226114105061665154553
Binary10010110100110010001010110001110110101001101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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