Html Css Color HEX #64684D Siam

📋 copy color: '#64684D'

red 100 ◦ green 104 ◦ blue 77

#64684D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Siam #64684D

Tints of Siam #64684D

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.4%

R = 35.59%
G = 37.01%
B = 27.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#64684D (or 0x64684D) is known color: 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

RGB 100 104 77 -
CMYK 0.04 0 0.26 0.59
HSL 68.89º 0.15% 0.35% -
HSV(B) 68.89º 0.26% 0.41% -
XYZ 11.55 13.15 8.95 -
YUV 99.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 100 104 77 0.04 0 0.26 0.59 68.89 0.15 0.35
Hex 64 68 4D 4 0 1A 3B 45 F 23
Octal 144 150 115 4 0 32 73 105 17 43
Binary 1100100 1101000 1001101 100 0 11010 111011 1000101 1111 100011

Color Harmonies of #64684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64684D

Black with #64684D

Text Example


Text Example

White with #64684D

Text Example


Text Example

HTML Codes & Css Web 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>