#686A4C

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

Shades of Siam #686A4C

Tints of Siam #686A4C

Color information

#686A4C (or 0x686A4C) is unknown color: approx Siam. HEX triplet: 68, 6A and 4C. RGB value is (104,106,76). Sum of RGB (Red+Green+Blue) = 104+106+76=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 106 - color contains mainly: green. Hex color #686A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686A4C is #9795B3. Grayscale: #666666. Windows color (decimal): -9934260 or 5007976. OLE color: 5007976.

HSL color Cylindrical-coordinate representation of color #686A4C: hue angle of 64º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #686A4C is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB10410676-
CMYK0.0200.280.58
HSL64º16.48%35.69%-
HSV(B)64º28.3%41.57%-
XYZ12.1713.778.85-
YUV101.98113.34129.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=36.36%
G=37.06%
B=26.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104106760.0200.280.586416.4835.69
Hex686A4C201C3A401024
Octal1501521142034721002044
Binary11010001101010100110010011100111010100000010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,106,76); }

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

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

 a { background-color: rgb(104,106,76); }

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

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

 span { border-color: rgb(104,106,76); }

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