#965145

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

Shades of El Salva #965145

Tints of El Salva #965145

Color information

#965145 (or 0x965145) is unknown color: approx El Salva. HEX triplet: 96, 51 and 45. RGB value is (150,81,69). Sum of RGB (Red+Green+Blue) = 150+81+69=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #965145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965145 is #69AEBA. Grayscale: #646464. Windows color (decimal): -6926011 or 4542870. OLE color: 4542870.

HSL color Cylindrical-coordinate representation of color #965145: hue angle of 8.89º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #965145 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB1508169-
CMYK00.460.540.41
HSL8.89º36.99%42.94%-
HSV(B)8.89º54%58.82%-
XYZ16.5912.87.23-
YUV100.26110.36163.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 69 (27.34% from 255) = 23%
R=50%
G=27%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150816900.460.540.418.8936.9942.94
Hex96514502E36299252b
Octal2261211050566651114553
Binary100101101010001100010101011101101101010011001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965145; }

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

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

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

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

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

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

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

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