#965141

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

Shades of El Salva #965141

Tints of El Salva #965141

Color information

#965141 (or 0x965141) is unknown color: approx El Salva. HEX triplet: 96, 51 and 41. RGB value is (150,81,65). Sum of RGB (Red+Green+Blue) = 150+81+65=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #965141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965141 is #69AEBE. Grayscale: #636363. Windows color (decimal): -6926015 or 4280726. OLE color: 4280726.

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

Color convert

RGB1508165-
CMYK00.460.570.41
HSL11.29º39.53%42.16%-
HSV(B)11.29º56.67%58.82%-
XYZ16.4712.756.59-
YUV99.81108.36163.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=50.68%
G=27.36%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150816500.460.570.4111.2939.5342.16
Hex96514102E3929b282a
Octal2261211010567151135052
Binary100101101010001100000101011101110011010011011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965141; }

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

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

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

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

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

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

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

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