#965342

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

Shades of El Salva #965342

Tints of El Salva #965342

Color information

#965342 (or 0x965342) is unknown color: approx El Salva. HEX triplet: 96, 53 and 42. RGB value is (150,83,66). Sum of RGB (Red+Green+Blue) = 150+83+66=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #965342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965342 is #69ACBD. Grayscale: #656565. Windows color (decimal): -6925502 or 4346774. OLE color: 4346774.

HSL color Cylindrical-coordinate representation of color #965342: hue angle of 12.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #965342 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1508366-
CMYK00.450.560.41
HSL12.14º38.89%42.35%-
HSV(B)12.14º56%58.82%-
XYZ16.6513.066.8-
YUV101.1108.2162.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=50.17%
G=27.76%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150836600.450.560.4112.1438.8942.35
Hex96534202D3829c272a
Octal2261231020557051144752
Binary100101101010011100001001011011110001010011100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965342; }

 p { color: rgb(150,83,66); }

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

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

 a { background-color: rgb(150,83,66); }

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

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

 span { border-color: rgb(150,83,66); }

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