#686964

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

Shades of Siam #686964

Tints of Siam #686964

Color information

#686964 (or 0x686964) is unknown color: approx Siam. HEX triplet: 68, 69 and 64. RGB value is (104,105,100). Sum of RGB (Red+Green+Blue) = 104+105+100=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 105 - color contains mainly: green. Hex color #686964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686964 is #97969B. Grayscale: #686868. Windows color (decimal): -9934492 or 6580584. OLE color: 6580584.

HSL color Cylindrical-coordinate representation of color #686964: hue angle of 72º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #686964 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB104105100-
CMYK0.0100.050.59
HSL72º2.44%40.2%-
HSV(B)72º4.76%41.18%-
XYZ13.0613.9714.06-
YUV104.13125.67127.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=33.66%
G=33.98%
B=32.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041051000.0100.050.59722.4440.2
Hex6869641053B48228
Octal15015114410573110250
Binary11010001101001110010010101111011100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686964; }

 p { color: rgb(104,105,100); }

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

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

 a { background-color: rgb(104,105,100); }

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

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

 span { border-color: rgb(104,105,100); }

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