#646C50

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

Shades of Siam #646C50

Tints of Siam #646C50

Color information

#646C50 (or 0x646C50) is unknown color: approx Siam. HEX triplet: 64, 6C and 50. RGB value is (100,108,80). Sum of RGB (Red+Green+Blue) = 100+108+80=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 108 - color contains mainly: green. Hex color #646C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C50 is #9B93AF. Grayscale: #666666. Windows color (decimal): -10195888 or 5270628. OLE color: 5270628.

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

Color convert

RGB10010880-
CMYK0.0700.260.58
HSL77.14º14.89%36.86%-
HSV(B)77.14º25.93%42.35%-
XYZ12.0714.019.66-
YUV102.42115.35126.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 108 (42.58% from 255) = 37.5%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=34.72%
G=37.5%
B=27.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100108800.0700.260.5877.1414.8936.86
Hex646C50701A3A4df25
Octal1441541207032721151745
Binary11001001101100101000011101101011101010011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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