#686963

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

Shades of Siam #686963

Tints of Siam #686963

Color information

#686963 (or 0x686963) is unknown color: approx Siam. HEX triplet: 68, 69 and 63. RGB value is (104,105,99). Sum of RGB (Red+Green+Blue) = 104+105+99=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 105 - color contains mainly: green. Hex color #686963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686963 is #97969C. Grayscale: #686868. Windows color (decimal): -9934493 or 6515048. OLE color: 6515048.

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

Color convert

RGB10410599-
CMYK0.0100.060.59
HSL70º2.94%40%-
HSV(B)70º5.71%41.18%-
XYZ13.0113.9513.81-
YUV104.02125.17127.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=33.77%
G=34.09%
B=32.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105990.0100.060.59702.9440
Hex6869631063B46328
Octal15015114310673106350
Binary11010001101001110001110110111011100011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686963; }

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

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

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

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

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

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

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

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