Html Css Color HEX #646B50 Siam

📋 copy color: '#646B50'

red 100 ◦ green 107 ◦ blue 80

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

Shades of Siam #646B50

Tints of Siam #646B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.28%

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

R = 34.84%
G = 37.28%
B = 27.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#646B50 (or 0x646B50) is known color: Siam. HEX triplet: 64, 6B and 50. RGB value is (100,107,80). Sum of RGB (Red+Green+Blue) = 100+107+80=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #646B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B50 is #9B94AF. Grayscale: #656565. Windows color (decimal): -10196144 or 5270372. OLE color: 5270372.

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

Color convert

RGB 100 107 80 -
CMYK 0.07 0 0.25 0.58
HSL 75.56º 0.14% 0.37% -
HSV(B) 75.56º 0.25% 0.42% -
XYZ 11.96 13.8 9.62 -
YUV 101.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 100 107 80 0.07 0 0.25 0.58 75.56 0.14 0.37
Hex 64 6B 50 7 0 19 3A 4C E 25
Octal 144 153 120 7 0 31 72 114 16 45
Binary 1100100 1101011 1010000 111 0 11001 111010 1001100 1110 100101

Color Harmonies of #646B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646B50

Black with #646B50

Text Example


Text Example

White with #646B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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