Html Css Color HEX #646D50 Siam

📋 copy color: '#646D50'

red 100 ◦ green 109 ◦ blue 80

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

Shades of Siam #646D50

Tints of Siam #646D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.72%

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 34.6%
G = 37.72%
B = 27.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#646D50 (or 0x646D50) is known color: Siam. HEX triplet: 64, 6D and 50. RGB value is (100,109,80). Sum of RGB (Red+Green+Blue) = 100+109+80=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #646D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D50 is #9B92AF. Grayscale: #676767. Windows color (decimal): -10195632 or 5270884. OLE color: 5270884.

HSL color Cylindrical-coordinate representation of color #646D50: hue angle of 78.62º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646D50 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 109 80 -
CMYK 0.08 0 0.27 0.57
HSL 78.62º 0.15% 0.37% -
HSV(B) 78.62º 0.27% 0.43% -
XYZ 12.17 14.23 9.69 -
YUV 103 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 100 109 80 0.08 0 0.27 0.57 78.62 0.15 0.37
Hex 64 6D 50 8 0 1B 39 4F F 25
Octal 144 155 120 10 0 33 71 117 17 45
Binary 1100100 1101101 1010000 1000 0 11011 111001 1001111 1111 100101

Color Harmonies of #646D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646D50

Black with #646D50

Text Example


Text Example

White with #646D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,109,80); }

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

background-color css

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

 a { background-color: rgb(100,109,80); }

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

border-color css

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

 span { border-color: rgb(100,109,80); }

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