#686E53

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

Shades of Siam #686E53

Tints of Siam #686E53

Color information

#686E53 (or 0x686E53) is unknown color: approx Siam. HEX triplet: 68, 6E and 53. RGB value is (104,110,83). Sum of RGB (Red+Green+Blue) = 104+110+83=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 110 - color contains mainly: green. Hex color #686E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E53 is #9791AC. Grayscale: #696969. Windows color (decimal): -9933229 or 5467752. OLE color: 5467752.

HSL color Cylindrical-coordinate representation of color #686E53: hue angle of 73.33º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686E53 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB10411083-
CMYK0.0500.250.57
HSL73.33º13.99%37.84%-
HSV(B)73.33º24.55%43.14%-
XYZ12.8514.7210.35-
YUV105.13115.51127.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=35.02%
G=37.04%
B=27.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104110830.0500.250.5773.3313.9937.84
Hex686E5350193949e26
Octal1501561235031711111646
Binary11010001101110101001110101100111100110010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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