#686960

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

Shades of Siam #686960

Tints of Siam #686960

Color information

#686960 (or 0x686960) is unknown color: approx Siam. HEX triplet: 68, 69 and 60. RGB value is (104,105,96). Sum of RGB (Red+Green+Blue) = 104+105+96=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 105 - color contains mainly: green. Hex color #686960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686960 is #97969F. Grayscale: #676767. Windows color (decimal): -9934496 or 6318440. OLE color: 6318440.

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

Color convert

RGB10410596-
CMYK0.0100.090.59
HSL66.67º4.48%39.41%-
HSV(B)66.67º8.57%41.18%-
XYZ12.8713.8913.07-
YUV103.68123.67128.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=34.10%
G=34.43%
B=31.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105960.0100.090.5966.674.4839.41
Hex6869601093B43427
Octal150151140101173103447
Binary1101000110100111000001010011110111000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686960; }

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

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

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

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

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

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

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

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