#686F4D

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

Shades of Siam #686F4D

Tints of Siam #686F4D

Color information

#686F4D (or 0x686F4D) is unknown color: approx Siam. HEX triplet: 68, 6F and 4D. RGB value is (104,111,77). Sum of RGB (Red+Green+Blue) = 104+111+77=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 111 - color contains mainly: green. Hex color #686F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F4D is #9790B2. Grayscale: #696969. Windows color (decimal): -9932979 or 5074792. OLE color: 5074792.

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

Color convert

RGB10411177-
CMYK0.0600.310.56
HSL72.35º18.09%36.86%-
HSV(B)72.35º30.63%43.53%-
XYZ12.7314.859.22-
YUV105.03112.18127.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=35.62%
G=38.01%
B=26.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104111770.0600.310.5672.3518.0936.86
Hex686F4D601F38481225
Octal1501571156037701102245
Binary110100011011111001101110011111111000100100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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