#64684E

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

Shades of Siam #64684E

Tints of Siam #64684E

Color information

#64684E (or 0x64684E) is unknown color: approx Siam. HEX triplet: 64, 68 and 4E. RGB value is (100,104,78). Sum of RGB (Red+Green+Blue) = 100+104+78=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #64684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64684E is #9B97B1. Grayscale: #636363. Windows color (decimal): -10196914 or 5138532. OLE color: 5138532.

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

Color convert

RGB10010478-
CMYK0.0400.250.59
HSL69.23º14.29%35.69%-
HSV(B)69.23º25%40.78%-
XYZ11.5813.169.14-
YUV99.84115.67128.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=35.46%
G=36.88%
B=27.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104780.0400.250.5969.2314.2935.69
Hex64684E40193B45e24
Octal1441501164031731051644
Binary11001001101000100111010001100111101110001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64684E; }

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

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

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

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

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

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

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

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