#965143

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

Shades of El Salva #965143

Tints of El Salva #965143

Color information

#965143 (or 0x965143) is unknown color: approx El Salva. HEX triplet: 96, 51 and 43. RGB value is (150,81,67). Sum of RGB (Red+Green+Blue) = 150+81+67=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #965143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965143 is #69AEBC. Grayscale: #646464. Windows color (decimal): -6926013 or 4411798. OLE color: 4411798.

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

Color convert

RGB1508167-
CMYK00.460.550.41
HSL10.12º38.25%42.55%-
HSV(B)10.12º55.33%58.82%-
XYZ16.5312.776.9-
YUV100.04109.36163.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=50.34%
G=27.18%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150816700.460.550.4110.1238.2542.55
Hex96514302E3729a262b
Octal2261211030566751124653
Binary100101101010001100001101011101101111010011010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965143; }

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

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

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

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

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

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

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

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