Html Css Color HEX #64684F Siam

📋 copy color: '#64684F'

red 100 ◦ green 104 ◦ blue 79

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

Shades of Siam #64684F

Tints of Siam #64684F

RGB

 RED value IS 100 (39.45% from 255) = 35.34%

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 79 (31.25% from 255) = 27.92%

R = 35.34%
G = 36.75%
B = 27.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#64684F (or 0x64684F) is known color: Siam. HEX triplet: 64, 68 and 4F. RGB value is (100,104,79). Sum of RGB (Red+Green+Blue) = 100+104+79=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #64684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64684F is #9B97B0. Grayscale: #646464. Windows color (decimal): -10196913 or 5204068. OLE color: 5204068.

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

Color convert

RGB 100 104 79 -
CMYK 0.04 0 0.24 0.59
HSL 69.6º 0.14% 0.36% -
HSV(B) 69.6º 0.24% 0.41% -
XYZ 11.62 13.17 9.33 -
YUV 99.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 100 104 79 0.04 0 0.24 0.59 69.6 0.14 0.36
Hex 64 68 4F 4 0 18 3B 46 E 24
Octal 144 150 117 4 0 30 73 106 16 44
Binary 1100100 1101000 1001111 100 0 11000 111011 1000110 1110 100100

Color Harmonies of #64684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64684F

Black with #64684F

Text Example


Text Example

White with #64684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64684F;
 }
 .AnyTagClassName
 {
   color: #64684F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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