#646D50

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

Shades of Siam #646D50

Tints of Siam #646D50

Color information

#646D50 (or 0x646D50) is unknown color: approx Siam. HEX triplet: 64, 6D and 50. RGB value is (100,109,80). Sum of RGB (Red+Green+Blue) = 100+109+80=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #646D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D50 is #9B92AF. Grayscale: #676767. Windows color (decimal): -10195632 or 5270884. OLE color: 5270884.

HSL color Cylindrical-coordinate representation of color #646D50: hue angle of 78.62º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646D50 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB10010980-
CMYK0.0800.270.57
HSL78.62º15.34%37.06%-
HSV(B)78.62º26.61%42.75%-
XYZ12.1714.239.69-
YUV103115.02125.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=34.60%
G=37.72%
B=27.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100109800.0800.270.5778.6215.3437.06
Hex646D50801B394ff25
Octal14415512010033711171745
Binary110010011011011010000100001101111100110011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,109,80); }

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

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

 a { background-color: rgb(100,109,80); }

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

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

 span { border-color: rgb(100,109,80); }

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