#686F4E

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

Shades of Siam #686F4E

Tints of Siam #686F4E

Color information

#686F4E (or 0x686F4E) is unknown color: approx Siam. HEX triplet: 68, 6F and 4E. RGB value is (104,111,78). Sum of RGB (Red+Green+Blue) = 104+111+78=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 111 - color contains mainly: green. Hex color #686F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F4E is #9790B1. Grayscale: #696969. Windows color (decimal): -9932978 or 5140328. OLE color: 5140328.

HSL color Cylindrical-coordinate representation of color #686F4E: hue angle of 72.73º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #686F4E is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB10411178-
CMYK0.0600.300.56
HSL72.73º17.46%37.06%-
HSV(B)72.73º29.73%43.53%-
XYZ12.7714.869.4-
YUV105.14112.68127.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 111 (43.75% from 255) = 37.88%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=35.49%
G=37.88%
B=26.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104111780.0600.300.5672.7317.4637.06
Hex686F4E601E38491125
Octal1501571166036701112145
Binary110100011011111001110110011110111000100100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,111,78); }

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

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

 a { background-color: rgb(104,111,78); }

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

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

 span { border-color: rgb(104,111,78); }

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