#964F46

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

Shades of El Salva #964F46

Tints of El Salva #964F46

Color information

#964F46 (or 0x964F46) is unknown color: approx El Salva. HEX triplet: 96, 4F and 46. RGB value is (150,79,70). Sum of RGB (Red+Green+Blue) = 150+79+70=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #964F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964F46 is #69B0B9. Grayscale: #636363. Windows color (decimal): -6926522 or 4607894. OLE color: 4607894.

HSL color Cylindrical-coordinate representation of color #964F46: hue angle of 6.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964F46 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1507970-
CMYK00.470.530.41
HSL6.75º36.36%43.14%-
HSV(B)6.75º53.33%58.82%-
XYZ16.4812.527.34-
YUV99.2111.52164.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 79 (31.25% from 255) = 26.42%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=50.17%
G=26.42%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150797000.470.530.416.7536.3643.14
Hex964F4602F35297242b
Octal226117106057655174453
Binary10010110100111110001100101111110101101001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964F46; }

 p { color: rgb(150,79,70); }

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

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

 a { background-color: rgb(150,79,70); }

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

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

 span { border-color: rgb(150,79,70); }

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