#646850

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

Shades of Siam #646850

Tints of Siam #646850

Color information

#646850 (or 0x646850) is unknown color: approx Siam. HEX triplet: 64, 68 and 50. RGB value is (100,104,80). Sum of RGB (Red+Green+Blue) = 100+104+80=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #646850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646850 is #9B97AF. Grayscale: #646464. Windows color (decimal): -10196912 or 5269604. OLE color: 5269604.

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

Color convert

RGB10010480-
CMYK0.0400.230.59
HSL70º13.04%36.08%-
HSV(B)70º23.08%40.78%-
XYZ11.6513.199.52-
YUV100.07116.67127.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=35.21%
G=36.62%
B=28.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104800.0400.230.597013.0436.08
Hex64685040173B46d24
Octal1441501204027731061544
Binary11001001101000101000010001011111101110001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646850; }

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

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

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

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

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

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

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

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