#965443

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

Shades of El Salva #965443

Tints of El Salva #965443

Color information

#965443 (or 0x965443) is unknown color: approx El Salva. HEX triplet: 96, 54 and 43. RGB value is (150,84,67). Sum of RGB (Red+Green+Blue) = 150+84+67=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #965443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965443 is #69ABBC. Grayscale: #656565. Windows color (decimal): -6925245 or 4412566. OLE color: 4412566.

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

Color convert

RGB1508467-
CMYK00.440.550.41
HSL12.29º38.25%42.55%-
HSV(B)12.29º55.33%58.82%-
XYZ16.7613.236.98-
YUV101.8108.37162.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 67 (26.56% from 255) = 22.26%
R=49.83%
G=27.91%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150846700.440.550.4112.2938.2542.55
Hex96544302C3729c262b
Octal2261241030546751144653
Binary100101101010100100001101011001101111010011100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965443; }

 p { color: rgb(150,84,67); }

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

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

 a { background-color: rgb(150,84,67); }

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

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

 span { border-color: rgb(150,84,67); }

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