#64684D

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

Shades of Siam #64684D

Tints of Siam #64684D

Color information

#64684D (or 0x64684D) is unknown color: approx Siam. HEX triplet: 64, 68 and 4D. RGB value is (100,104,77). Sum of RGB (Red+Green+Blue) = 100+104+77=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 104 - color contains mainly: green. Hex color #64684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64684D is #9B97B2. Grayscale: #636363. Windows color (decimal): -10196915 or 5072996. OLE color: 5072996.

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

Color convert

RGB10010477-
CMYK0.0400.260.59
HSL68.89º14.92%35.49%-
HSV(B)68.89º25.96%40.78%-
XYZ11.5513.158.95-
YUV99.73115.17128.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 77 (30.47% from 255) = 27.40%
R=35.59%
G=37.01%
B=27.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104770.0400.260.5968.8914.9235.49
Hex64684D401A3B45f23
Octal1441501154032731051743
Binary11001001101000100110110001101011101110001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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