#686962

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

Shades of Siam #686962

Tints of Siam #686962

Color information

#686962 (or 0x686962) is unknown color: approx Siam. HEX triplet: 68, 69 and 62. RGB value is (104,105,98). Sum of RGB (Red+Green+Blue) = 104+105+98=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 105 - color contains mainly: green. Hex color #686962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686962 is #97969D. Grayscale: #676767. Windows color (decimal): -9934494 or 6449512. OLE color: 6449512.

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

Color convert

RGB10410598-
CMYK0.0100.070.59
HSL68.57º3.45%39.8%-
HSV(B)68.57º6.67%41.18%-
XYZ12.9713.9313.56-
YUV103.9124.67128.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=33.88%
G=34.20%
B=31.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105980.0100.070.5968.573.4539.8
Hex6869621073B45328
Octal15015114210773105350
Binary11010001101001110001010111111011100010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686962; }

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

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

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

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

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

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

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

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