Html Css Color HEX #686E50 Siam

📋 copy color: '#686E50'

red 104 ◦ green 110 ◦ blue 80

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

Shades of Siam #686E50

Tints of Siam #686E50

RGB

 RED value IS 104 (41.02% from 255) = 35.37%

 GREEN value IS 110 (43.36% from 255) = 37.41%

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

R = 35.37%
G = 37.41%
B = 27.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#686E50 (or 0x686E50) is known color: Siam. HEX triplet: 68, 6E and 50. RGB value is (104,110,80). Sum of RGB (Red+Green+Blue) = 104+110+80=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 110 - color contains mainly: green. Hex color #686E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E50 is #9791AF. Grayscale: #686868. Windows color (decimal): -9933232 or 5271144. OLE color: 5271144.

HSL color Cylindrical-coordinate representation of color #686E50: hue angle of 72º degrees, saturation: 0.16, 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 #686E50 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 110 80 -
CMYK 0.05 0 0.27 0.57
HSL 72º 0.16% 0.37% -
HSV(B) 72º 0.27% 0.43% -
XYZ 12.73 14.67 9.75 -
YUV 104.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 104 110 80 0.05 0 0.27 0.57 72 0.16 0.37
Hex 68 6E 50 5 0 1B 39 48 10 25
Octal 150 156 120 5 0 33 71 110 20 45
Binary 1101000 1101110 1010000 101 0 11011 111001 1001000 10000 100101

Color Harmonies of #686E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686E50

Black with #686E50

Text Example


Text Example

White with #686E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686E50; }

 p { color: rgb(104,110,80); }

 H1.HeaderClassName
 {
   color: #686E50;
 }
 .AnyTagClassName
 {
   color: #686E50;
 }
</style>

background-color css

<style>
 a { background-color: #686E50; }

 a { background-color: rgb(104,110,80); }

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

border-color css

<style>
 span { border-color: #686E50; }

 span { border-color: rgb(104,110,80); }

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