#656E50

Color #656E50 Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #656E50

Tints of Siam #656E50

Color information

#656E50 (or 0x656E50) is unknown color: approx Siam. HEX triplet: 65, 6E and 50. RGB value is (101,110,80). Sum of RGB (Red+Green+Blue) = 101+110+80=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 110 - color contains mainly: green. Hex color #656E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E50 is #9A91AF. Grayscale: #676767. Windows color (decimal): -10129840 or 5271141. OLE color: 5271141.

HSL color Cylindrical-coordinate representation of color #656E50: hue angle of 78º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #656E50 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB10111080-
CMYK0.0800.270.57
HSL78º15.79%37.25%-
HSV(B)78º27.27%43.14%-
XYZ12.3914.59.73-
YUV103.89114.52125.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.71%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=34.71%
G=37.80%
B=27.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101110800.0800.270.577815.7937.25
Hex656E50801B394e1025
Octal14515612010033711162045
Binary1100101110111010100001000011011111001100111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656E50; }

 p { color: rgb(101,110,80); }

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

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

 a { background-color: rgb(101,110,80); }

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

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

 span { border-color: rgb(101,110,80); }

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