Html Css Color HEX #646A50 Siam

📋 copy color: '#646A50'

red 100 ◦ green 106 ◦ blue 80

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

Shades of Siam #646A50

Tints of Siam #646A50

RGB

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

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

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

R = 34.97%
G = 37.06%
B = 27.97%

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

#646A50 (or 0x646A50) is known color: Siam. HEX triplet: 64, 6A and 50. RGB value is (100,106,80). Sum of RGB (Red+Green+Blue) = 100+106+80=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 106 - color contains mainly: green. Hex color #646A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A50 is #9B95AF. Grayscale: #656565. Windows color (decimal): -10196400 or 5270116. OLE color: 5270116.

HSL color Cylindrical-coordinate representation of color #646A50: hue angle of 73.85º degrees, saturation: 0.14, 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 #646A50 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 106 80 -
CMYK 0.06 0 0.25 0.58
HSL 73.85º 0.14% 0.36% -
HSV(B) 73.85º 0.25% 0.42% -
XYZ 11.86 13.6 9.59 -
YUV 101.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 100 106 80 0.06 0 0.25 0.58 73.85 0.14 0.36
Hex 64 6A 50 6 0 19 3A 4A E 24
Octal 144 152 120 6 0 31 72 112 16 44
Binary 1100100 1101010 1010000 110 0 11001 111010 1001010 1110 100100

Color Harmonies of #646A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A50

Black with #646A50

Text Example


Text Example

White with #646A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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