#656D52

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

Shades of Siam #656D52

Tints of Siam #656D52

Color information

#656D52 (or 0x656D52) is unknown color: approx Siam. HEX triplet: 65, 6D and 52. RGB value is (101,109,82). Sum of RGB (Red+Green+Blue) = 101+109+82=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 109 - color contains mainly: green. Hex color #656D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D52 is #9A92AD. Grayscale: #676767. Windows color (decimal): -10130094 or 5401957. OLE color: 5401957.

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

Color convert

RGB10110982-
CMYK0.0700.250.57
HSL77.78º14.14%37.45%-
HSV(B)77.78º24.77%42.75%-
XYZ12.3614.3110.09-
YUV103.53115.85126.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=34.59%
G=37.33%
B=28.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101109820.0700.250.5777.7814.1437.45
Hex656D527019394ee25
Octal1451551227031711161645
Binary11001011101101101001011101100111100110011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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