#965043

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

Shades of El Salva #965043

Tints of El Salva #965043

Color information

#965043 (or 0x965043) is unknown color: approx El Salva. HEX triplet: 96, 50 and 43. RGB value is (150,80,67). Sum of RGB (Red+Green+Blue) = 150+80+67=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #965043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965043 is #69AFBC. Grayscale: #636363. Windows color (decimal): -6926269 or 4411542. OLE color: 4411542.

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

Color convert

RGB1508067-
CMYK00.470.550.41
HSL9.4º38.25%42.55%-
HSV(B)9.4º55.33%58.82%-
XYZ16.4612.636.88-
YUV99.45109.69164.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=50.51%
G=26.94%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150806700.470.550.419.438.2542.55
Hex96504302F37299262b
Octal2261201030576751114653
Binary100101101010000100001101011111101111010011001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965043; }

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

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

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

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

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

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

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

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