#656A4D

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

Shades of Siam #656A4D

Tints of Siam #656A4D

Color information

#656A4D (or 0x656A4D) is unknown color: approx Siam. HEX triplet: 65, 6A and 4D. RGB value is (101,106,77). Sum of RGB (Red+Green+Blue) = 101+106+77=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 106 - color contains mainly: green. Hex color #656A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A4D is #9A95B2. Grayscale: #656565. Windows color (decimal): -10130867 or 5073509. OLE color: 5073509.

HSL color Cylindrical-coordinate representation of color #656A4D: hue angle of 70.34º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #656A4D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB10110677-
CMYK0.0500.270.58
HSL70.34º15.85%35.88%-
HSV(B)70.34º27.36%41.57%-
XYZ11.8613.619.02-
YUV101.2114.34127.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=35.56%
G=37.32%
B=27.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101106770.0500.270.5870.3415.8535.88
Hex656A4D501B3A461024
Octal1451521155033721062044
Binary110010111010101001101101011011111010100011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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