#646A4F

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

Shades of Siam #646A4F

Tints of Siam #646A4F

Color information

#646A4F (or 0x646A4F) is unknown color: approx Siam. HEX triplet: 64, 6A and 4F. RGB value is (100,106,79). Sum of RGB (Red+Green+Blue) = 100+106+79=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 106 - color contains mainly: green. Hex color #646A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A4F is #9B95B0. Grayscale: #656565. Windows color (decimal): -10196401 or 5204580. OLE color: 5204580.

HSL color Cylindrical-coordinate representation of color #646A4F: hue angle of 73.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #646A4F is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB10010679-
CMYK0.0600.250.58
HSL73.33º14.59%36.27%-
HSV(B)73.33º25.47%41.57%-
XYZ11.8213.589.4-
YUV101.13115.51127.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=35.09%
G=37.19%
B=27.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100106790.0600.250.5873.3314.5936.27
Hex646A4F60193A49f24
Octal1441521176031721111744
Binary11001001101010100111111001100111101010010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646A4F; }

 p { color: rgb(100,106,79); }

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

<style>
 a { background-color: #646A4F; }

 a { background-color: rgb(100,106,79); }

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

<style>
 span { border-color: #646A4F; }

 span { border-color: rgb(100,106,79); }

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