#964F44

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

Shades of El Salva #964F44

Tints of El Salva #964F44

Color information

#964F44 (or 0x964F44) is unknown color: approx El Salva. HEX triplet: 96, 4F and 44. RGB value is (150,79,68). Sum of RGB (Red+Green+Blue) = 150+79+68=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #964F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964F44 is #69B0BB. Grayscale: #636363. Windows color (decimal): -6926524 or 4476822. OLE color: 4476822.

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

Color convert

RGB1507968-
CMYK00.470.550.41
HSL8.05º37.61%42.75%-
HSV(B)8.05º54.67%58.82%-
XYZ16.4212.497.02-
YUV98.98110.52164.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=50.51%
G=26.60%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150796800.470.550.418.0537.6142.75
Hex964F4402F37298262b
Octal2261171040576751104653
Binary100101101001111100010001011111101111010011000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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