#686B56

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

Shades of Siam #686B56

Tints of Siam #686B56

Color information

#686B56 (or 0x686B56) is unknown color: approx Siam. HEX triplet: 68, 6B and 56. RGB value is (104,107,86). Sum of RGB (Red+Green+Blue) = 104+107+86=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 107 - color contains mainly: green. Hex color #686B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B56 is #9794A9. Grayscale: #676767. Windows color (decimal): -9933994 or 5663592. OLE color: 5663592.

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

Color convert

RGB10410786-
CMYK0.0300.200.58
HSL68.57º10.88%37.84%-
HSV(B)68.57º19.63%41.96%-
XYZ12.6514.1310.86-
YUV103.71118.01128.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=35.02%
G=36.03%
B=28.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104107860.0300.200.5868.5710.8837.84
Hex686B5630143A45b26
Octal1501531263024721051346
Binary1101000110101110101101101010011101010001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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