#686B51

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

Shades of Siam #686B51

Tints of Siam #686B51

Color information

#686B51 (or 0x686B51) is unknown color: approx Siam. HEX triplet: 68, 6B and 51. RGB value is (104,107,81). Sum of RGB (Red+Green+Blue) = 104+107+81=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #686B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B51 is #9794AE. Grayscale: #676767. Windows color (decimal): -9933999 or 5335912. OLE color: 5335912.

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

Color convert

RGB10410781-
CMYK0.0300.240.58
HSL66.92º13.83%36.86%-
HSV(B)66.92º24.3%41.96%-
XYZ12.4514.059.84-
YUV103.14115.51128.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=35.62%
G=36.64%
B=27.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104107810.0300.240.5866.9213.8336.86
Hex686B5130183A43e25
Octal1501531213030721031645
Binary1101000110101110100011101100011101010000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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