#686B54

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

Shades of Siam #686B54

Tints of Siam #686B54

Color information

#686B54 (or 0x686B54) is unknown color: approx Siam. HEX triplet: 68, 6B and 54. RGB value is (104,107,84). Sum of RGB (Red+Green+Blue) = 104+107+84=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #686B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B54 is #9794AB. Grayscale: #676767. Windows color (decimal): -9933996 or 5532520. OLE color: 5532520.

HSL color Cylindrical-coordinate representation of color #686B54: hue angle of 67.83º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686B54 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB10410784-
CMYK0.0300.210.58
HSL67.83º12.04%37.45%-
HSV(B)67.83º21.5%41.96%-
XYZ12.5714.110.45-
YUV103.48117.01128.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=35.25%
G=36.27%
B=28.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104107840.0300.210.5867.8312.0437.45
Hex686B5430153A44c25
Octal1501531243025721041445
Binary1101000110101110101001101010111101010001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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