#656D50

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

Shades of Siam #656D50

Tints of Siam #656D50

Color information

#656D50 (or 0x656D50) is unknown color: approx Siam. HEX triplet: 65, 6D and 50. RGB value is (101,109,80). Sum of RGB (Red+Green+Blue) = 101+109+80=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 109 - color contains mainly: green. Hex color #656D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D50 is #9A92AF. Grayscale: #676767. Windows color (decimal): -10130096 or 5270885. OLE color: 5270885.

HSL color Cylindrical-coordinate representation of color #656D50: hue angle of 76.55º degrees, saturation: 0.15, 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 #656D50 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB10110980-
CMYK0.0700.270.57
HSL76.55º15.34%37.06%-
HSV(B)76.55º26.61%42.75%-
XYZ12.2814.289.7-
YUV103.3114.85126.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=34.83%
G=37.59%
B=27.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101109800.0700.270.5776.5515.3437.06
Hex656D50701B394df25
Octal1451551207033711151745
Binary11001011101101101000011101101111100110011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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