#686B5D

Color #686B5D Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #686B5D

Tints of Siam #686B5D

Color information

#686B5D (or 0x686B5D) is unknown color: approx Siam. HEX triplet: 68, 6B and 5D. RGB value is (104,107,93). Sum of RGB (Red+Green+Blue) = 104+107+93=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 107 - color contains mainly: green. Hex color #686B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B5D is #9794A2. Grayscale: #686868. Windows color (decimal): -9933987 or 6122344. OLE color: 6122344.

HSL color Cylindrical-coordinate representation of color #686B5D: hue angle of 72.86º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686B5D is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB10410793-
CMYK0.0300.130.58
HSL72.86º7%39.22%-
HSV(B)72.86º13.08%41.96%-
XYZ12.9414.2512.42-
YUV104.51121.51127.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=34.21%
G=35.20%
B=30.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104107930.0300.130.5872.86739.22
Hex686B5D30D3A49727
Octal150153135301572111747
Binary11010001101011101110111011011110101001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,107,93); }

 H1.HeaderClassName
 {
   color: #686B5D;
 }
 .AnyTagClassName
 {
   color: #686B5D;
 }
</style>
background-color css

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

 a { background-color: rgb(104,107,93); }

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

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

 span { border-color: rgb(104,107,93); }

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