#646955

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

Shades of Siam #646955

Tints of Siam #646955

Color information

#646955 (or 0x646955) is unknown color: approx Siam. HEX triplet: 64, 69 and 55. RGB value is (100,105,85). Sum of RGB (Red+Green+Blue) = 100+105+85=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 105 - color contains mainly: green. Hex color #646955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646955 is #9B96AA. Grayscale: #656565. Windows color (decimal): -10196651 or 5597540. OLE color: 5597540.

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

Color convert

RGB10010585-
CMYK0.0500.190.59
HSL75º10.53%37.25%-
HSV(B)75º19.05%41.18%-
XYZ11.9513.4710.56-
YUV101.22118.84127.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.48%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=34.48%
G=36.21%
B=29.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100105850.0500.190.597510.5337.25
Hex64695550133B4bb25
Octal1441511255023731131345
Binary11001001101001101010110101001111101110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646955; }

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

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

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

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

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

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

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

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