#646855

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

Shades of Siam #646855

Tints of Siam #646855

Color information

#646855 (or 0x646855) is unknown color: approx Siam. HEX triplet: 64, 68 and 55. RGB value is (100,104,85). Sum of RGB (Red+Green+Blue) = 100+104+85=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 104 - color contains mainly: green. Hex color #646855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646855 is #9B97AA. Grayscale: #646464. Windows color (decimal): -10196907 or 5597284. OLE color: 5597284.

HSL color Cylindrical-coordinate representation of color #646855: hue angle of 72.63º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #646855 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB10010485-
CMYK0.0400.180.59
HSL72.63º10.05%37.06%-
HSV(B)72.63º18.27%40.78%-
XYZ11.8513.2710.53-
YUV100.64119.17127.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=34.60%
G=35.99%
B=29.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104850.0400.180.5972.6310.0537.06
Hex64685540123B49a25
Octal1441501254022731111245
Binary11001001101000101010110001001011101110010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646855; }

 p { color: rgb(100,104,85); }

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

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

 a { background-color: rgb(100,104,85); }

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

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

 span { border-color: rgb(100,104,85); }

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