#686950

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

Shades of Siam #686950

Tints of Siam #686950

Color information

#686950 (or 0x686950) is unknown color: approx Siam. HEX triplet: 68, 69 and 50. RGB value is (104,105,80). Sum of RGB (Red+Green+Blue) = 104+105+80=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #686950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686950 is #9796AF. Grayscale: #656565. Windows color (decimal): -9934512 or 5269864. OLE color: 5269864.

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

Color convert

RGB10410580-
CMYK0.0100.240.59
HSL62.4º13.51%36.27%-
HSV(B)62.4º23.81%41.18%-
XYZ12.2113.639.58-
YUV101.85115.67129.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=35.99%
G=36.33%
B=27.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105800.0100.240.5962.413.5136.27
Hex68695010183B3ee24
Octal150151120103073761644
Binary11010001101001101000010110001110111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686950; }

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

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

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

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

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

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

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

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