#965243

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

Shades of El Salva #965243

Tints of El Salva #965243

Color information

#965243 (or 0x965243) is unknown color: approx El Salva. HEX triplet: 96, 52 and 43. RGB value is (150,82,67). Sum of RGB (Red+Green+Blue) = 150+82+67=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #965243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965243 is #69ADBC. Grayscale: #646464. Windows color (decimal): -6925757 or 4412054. OLE color: 4412054.

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

Color convert

RGB1508267-
CMYK00.450.550.41
HSL10.84º38.25%42.55%-
HSV(B)10.84º55.33%58.82%-
XYZ16.6112.926.93-
YUV100.62109.03163.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=50.17%
G=27.42%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150826700.450.550.4110.8438.2542.55
Hex96524302D3729b262b
Octal2261221030556751134653
Binary100101101010010100001101011011101111010011011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965243; }

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

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

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

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

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

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

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

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