#687055

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

Shades of Siam #687055

Tints of Siam #687055

Color information

#687055 (or 0x687055) is unknown color: approx Siam. HEX triplet: 68, 70 and 55. RGB value is (104,112,85). Sum of RGB (Red+Green+Blue) = 104+112+85=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #687055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687055 is #978FAA. Grayscale: #6A6A6A. Windows color (decimal): -9932715 or 5599336. OLE color: 5599336.

HSL color Cylindrical-coordinate representation of color #687055: hue angle of 77.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #687055 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB10411285-
CMYK0.0700.240.56
HSL77.78º13.71%38.63%-
HSV(B)77.78º24.11%43.92%-
XYZ13.1415.1910.83-
YUV106.53115.85126.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=34.55%
G=37.21%
B=28.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112850.0700.240.5677.7813.7138.63
Hex6870557018384ee27
Octal1501601257030701161647
Binary11010001110000101010111101100011100010011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687055; }

 p { color: rgb(104,112,85); }

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

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

 a { background-color: rgb(104,112,85); }

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

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

 span { border-color: rgb(104,112,85); }

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