#656D4D

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

Shades of Siam #656D4D

Tints of Siam #656D4D

Color information

#656D4D (or 0x656D4D) is unknown color: approx Siam. HEX triplet: 65, 6D and 4D. RGB value is (101,109,77). Sum of RGB (Red+Green+Blue) = 101+109+77=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #656D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D4D is #9A92B2. Grayscale: #676767. Windows color (decimal): -10130099 or 5074277. OLE color: 5074277.

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

Color convert

RGB10110977-
CMYK0.0700.290.57
HSL75º17.2%36.47%-
HSV(B)75º29.36%42.75%-
XYZ12.1814.249.13-
YUV102.96113.35126.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=35.19%
G=37.98%
B=26.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101109770.0700.290.577517.236.47
Hex656D4D701D394b1124
Octal1451551157035711132144
Binary110010111011011001101111011101111001100101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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