Html Css Color HEX #646A4F Siam

📋 copy color: '#646A4F'

red 100 ◦ green 106 ◦ blue 79

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

Shades of Siam #646A4F

Tints of Siam #646A4F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.19%

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

R = 35.09%
G = 37.19%
B = 27.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#646A4F (or 0x646A4F) is known color: Siam. HEX triplet: 64, 6A and 4F. RGB value is (100,106,79). Sum of RGB (Red+Green+Blue) = 100+106+79=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 106 - color contains mainly: green. Hex color #646A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A4F is #9B95B0. Grayscale: #656565. Windows color (decimal): -10196401 or 5204580. OLE color: 5204580.

HSL color Cylindrical-coordinate representation of color #646A4F: hue angle of 73.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #646A4F is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 106 79 -
CMYK 0.06 0 0.25 0.58
HSL 73.33º 0.15% 0.36% -
HSV(B) 73.33º 0.25% 0.42% -
XYZ 11.82 13.58 9.4 -
YUV 101.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 100 106 79 0.06 0 0.25 0.58 73.33 0.15 0.36
Hex 64 6A 4F 6 0 19 3A 49 F 24
Octal 144 152 117 6 0 31 72 111 17 44
Binary 1100100 1101010 1001111 110 0 11001 111010 1001001 1111 100100

Color Harmonies of #646A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A4F

Black with #646A4F

Text Example


Text Example

White with #646A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646A4F; }

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

 H1.HeaderClassName
 {
   color: #646A4F;
 }
 .AnyTagClassName
 {
   color: #646A4F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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