#955646

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

Shades of El Salva #955646

Tints of El Salva #955646

Color information

#955646 (or 0x955646) is unknown color: approx El Salva. HEX triplet: 95, 56 and 46. RGB value is (149,86,70). Sum of RGB (Red+Green+Blue) = 149+86+70=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #955646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955646 is #6AA9B9. Grayscale: #676767. Windows color (decimal): -6990266 or 4609685. OLE color: 4609685.

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

Color convert

RGB1498670-
CMYK00.420.530.42
HSL12.15º36.07%42.94%-
HSV(B)12.15º53.02%58.43%-
XYZ16.8313.497.51-
YUV103.01109.37160.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=48.85%
G=28.20%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149867000.420.530.4212.1536.0742.94
Hex95564602A352Ac242b
Octal2251261060526552144453
Binary100101011010110100011001010101101011010101100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955646; }

 p { color: rgb(149,86,70); }

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

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

 a { background-color: rgb(149,86,70); }

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

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

 span { border-color: rgb(149,86,70); }

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