#686C4A

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

Shades of Siam #686C4A

Tints of Siam #686C4A

Color information

#686C4A (or 0x686C4A) is unknown color: approx Siam. HEX triplet: 68, 6C and 4A. RGB value is (104,108,74). Sum of RGB (Red+Green+Blue) = 104+108+74=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 108 - color contains mainly: green. Hex color #686C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686C4A is #9793B5. Grayscale: #676767. Windows color (decimal): -9933750 or 4877416. OLE color: 4877416.

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

Color convert

RGB10410874-
CMYK0.0400.310.58
HSL67.06º18.68%35.69%-
HSV(B)67.06º31.48%42.35%-
XYZ12.3114.168.56-
YUV102.93111.67128.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=36.36%
G=37.76%
B=25.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104108740.0400.310.5867.0618.6835.69
Hex686C4A401F3A431324
Octal1501541124037721032344
Binary110100011011001001010100011111111010100001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,108,74); }

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

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

 a { background-color: rgb(104,108,74); }

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

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

 span { border-color: rgb(104,108,74); }

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