#686B5F

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

Shades of Siam #686B5F

Tints of Siam #686B5F

Color information

#686B5F (or 0x686B5F) is unknown color: approx Siam. HEX triplet: 68, 6B and 5F. RGB value is (104,107,95). Sum of RGB (Red+Green+Blue) = 104+107+95=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 107 - color contains mainly: green. Hex color #686B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B5F is #9794A0. Grayscale: #686868. Windows color (decimal): -9933985 or 6253416. OLE color: 6253416.

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

Color convert

RGB10410795-
CMYK0.0300.110.58
HSL75º5.94%39.61%-
HSV(B)75º11.21%41.96%-
XYZ13.0314.2812.9-
YUV104.74122.51127.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=33.99%
G=34.97%
B=31.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104107950.0300.110.58755.9439.61
Hex686B5F30B3A4b628
Octal150153137301372113650
Binary11010001101011101111111010111110101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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