#656D53

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

Shades of Siam #656D53

Tints of Siam #656D53

Color information

#656D53 (or 0x656D53) is unknown color: approx Siam. HEX triplet: 65, 6D and 53. RGB value is (101,109,83). Sum of RGB (Red+Green+Blue) = 101+109+83=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 109 - color contains mainly: green. Hex color #656D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D53 is #9A92AC. Grayscale: #676767. Windows color (decimal): -10130093 or 5467493. OLE color: 5467493.

HSL color Cylindrical-coordinate representation of color #656D53: hue angle of 78.46º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #656D53 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB10110983-
CMYK0.0700.240.57
HSL78.46º13.54%37.65%-
HSV(B)78.46º23.85%42.75%-
XYZ12.414.3310.3-
YUV103.64116.35126.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=34.47%
G=37.20%
B=28.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101109830.0700.240.5778.4613.5437.65
Hex656D537018394ee26
Octal1451551237030711161646
Binary11001011101101101001111101100011100110011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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