#965445

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

Shades of El Salva #965445

Tints of El Salva #965445

Color information

#965445 (or 0x965445) is unknown color: approx El Salva. HEX triplet: 96, 54 and 45. RGB value is (150,84,69). Sum of RGB (Red+Green+Blue) = 150+84+69=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #965445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965445 is #69ABBA. Grayscale: #666666. Windows color (decimal): -6925243 or 4543638. OLE color: 4543638.

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

Color convert

RGB1508469-
CMYK00.440.540.41
HSL11.11º36.99%42.94%-
HSV(B)11.11º54%58.82%-
XYZ16.8213.257.3-
YUV102.02109.37162.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 69 (27.34% from 255) = 22.77%
R=49.50%
G=27.72%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150846900.440.540.4111.1136.9942.94
Hex96544502C3629b252b
Octal2261241050546651134553
Binary100101101010100100010101011001101101010011011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965445; }

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

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

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

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

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

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

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

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