#646650

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

Shades of Siam #646650

Tints of Siam #646650

Color information

#646650 (or 0x646650) is unknown color: approx Siam. HEX triplet: 64, 66 and 50. RGB value is (100,102,80). Sum of RGB (Red+Green+Blue) = 100+102+80=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 102 - color contains mainly: green. Hex color #646650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646650 is #9B99AF. Grayscale: #626262. Windows color (decimal): -10197424 or 5269092. OLE color: 5269092.

HSL color Cylindrical-coordinate representation of color #646650: hue angle of 65.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #646650 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB10010280-
CMYK0.0200.220.6
HSL65.45º12.09%35.69%-
HSV(B)65.45º21.57%40%-
XYZ11.4512.799.45-
YUV98.89117.34128.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=35.46%
G=36.17%
B=28.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100102800.0200.220.665.4512.0935.69
Hex64665020163C41c24
Octal1441461202026741011444
Binary1100100110011010100001001011011110010000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646650; }

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

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

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

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

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

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

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

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