#964C44

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

Shades of El Salva #964C44

Tints of El Salva #964C44

Color information

#964C44 (or 0x964C44) is unknown color: approx El Salva. HEX triplet: 96, 4C and 44. RGB value is (150,76,68). Sum of RGB (Red+Green+Blue) = 150+76+68=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #964C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C44 is #69B3BB. Grayscale: #616161. Windows color (decimal): -6927292 or 4476054. OLE color: 4476054.

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

Color convert

RGB1507668-
CMYK00.490.550.41
HSL5.85º37.61%42.75%-
HSV(B)5.85º54.67%58.82%-
XYZ16.2112.076.94-
YUV97.21111.52165.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=51.02%
G=25.85%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150766800.490.550.415.8537.6142.75
Hex964C4403137296262b
Octal226114104061675164653
Binary10010110100110010001000110001110111101001110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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