#685647

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

Shades of Quincy #685647

Tints of Quincy #685647

Color information

#685647 (or 0x685647) is unknown color: approx Quincy. HEX triplet: 68, 56 and 47. RGB value is (104,86,71). Sum of RGB (Red+Green+Blue) = 104+86+71=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #685647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685647 is #97A9B8. Grayscale: #595959. Windows color (decimal): -9939385 or 4675176. OLE color: 4675176.

HSL color Cylindrical-coordinate representation of color #685647: hue angle of 27.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #685647 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB1048671-
CMYK00.170.320.59
HSL27.27º18.86%34.31%-
HSV(B)27.27º31.73%40.78%-
XYZ10.1710.057.37-
YUV89.67117.46138.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=39.85%
G=32.95%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104867100.170.320.5927.2718.8634.31
Hex685647011203B1b1322
Octal1501261070214073332342
Binary1101000101011010001110100011000001110111101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685647; }

 p { color: rgb(104,86,71); }

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

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

 a { background-color: rgb(104,86,71); }

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

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

 span { border-color: rgb(104,86,71); }

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