#965042

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

Shades of El Salva #965042

Tints of El Salva #965042

Color information

#965042 (or 0x965042) is unknown color: approx El Salva. HEX triplet: 96, 50 and 42. RGB value is (150,80,66). Sum of RGB (Red+Green+Blue) = 150+80+66=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #965042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965042 is #69AFBD. Grayscale: #636363. Windows color (decimal): -6926270 or 4346006. OLE color: 4346006.

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

Color convert

RGB1508066-
CMYK00.470.560.41
HSL10º38.89%42.35%-
HSV(B)10º56%58.82%-
XYZ16.4312.616.72-
YUV99.33109.19164.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=50.68%
G=27.03%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150806600.470.560.411038.8942.35
Hex96504202F3829a272a
Octal2261201020577051124752
Binary100101101010000100001001011111110001010011010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965042; }

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

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

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

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

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

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

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

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