Html Css Color HEX #646A54 Siam

📋 copy color: '#646A54'

red 100 ◦ green 106 ◦ blue 84

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

Shades of Siam #646A54

Tints of Siam #646A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.97%

R = 34.48%
G = 36.55%
B = 28.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#646A54 (or 0x646A54) is known color: Siam. HEX triplet: 64, 6A and 54. RGB value is (100,106,84). Sum of RGB (Red+Green+Blue) = 100+106+84=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 106 - color contains mainly: green. Hex color #646A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A54 is #9B95AB. Grayscale: #656565. Windows color (decimal): -10196396 or 5532260. OLE color: 5532260.

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

Color convert

RGB 100 106 84 -
CMYK 0.06 0 0.21 0.58
HSL 76.36º 0.12% 0.37% -
HSV(B) 76.36º 0.21% 0.42% -
XYZ 12.01 13.66 10.39 -
YUV 101.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 100 106 84 0.06 0 0.21 0.58 76.36 0.12 0.37
Hex 64 6A 54 6 0 15 3A 4C C 25
Octal 144 152 124 6 0 25 72 114 14 45
Binary 1100100 1101010 1010100 110 0 10101 111010 1001100 1100 100101

Color Harmonies of #646A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A54

Black with #646A54

Text Example


Text Example

White with #646A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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