#676863

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

Shades of Siam #676863

Tints of Siam #676863

Color information

#676863 (or 0x676863) is unknown color: approx Siam. HEX triplet: 67, 68 and 63. RGB value is (103,104,99). Sum of RGB (Red+Green+Blue) = 103+104+99=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 104 - color contains mainly: green. Hex color #676863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676863 is #98979C. Grayscale: #676767. Windows color (decimal): -10000285 or 6514791. OLE color: 6514791.

HSL color Cylindrical-coordinate representation of color #676863: 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 #676863 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB10310499-
CMYK0.0100.050.59
HSL72º2.46%39.8%-
HSV(B)72º4.81%40.78%-
XYZ12.813.6913.77-
YUV103.13125.67127.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.66%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=33.66%
G=33.99%
B=32.35%

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
Decimal103104990.0100.050.59722.4639.8
Hex6768631053B48228
Octal14715014310573110250
Binary11001111101000110001110101111011100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676863; }

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

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

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

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

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

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

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

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