#685547

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

Shades of Quincy #685547

Tints of Quincy #685547

Color information

#685547 (or 0x685547) is unknown color: approx Quincy. HEX triplet: 68, 55 and 47. RGB value is (104,85,71). Sum of RGB (Red+Green+Blue) = 104+85+71=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #685547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685547 is #97AAB8. Grayscale: #595959. Windows color (decimal): -9939641 or 4674920. OLE color: 4674920.

HSL color Cylindrical-coordinate representation of color #685547: hue angle of 25.45º 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 #685547 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB1048571-
CMYK00.180.320.59
HSL25.45º18.86%34.31%-
HSV(B)25.45º31.73%40.78%-
XYZ10.099.897.34-
YUV89.08117.79138.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 71 (28.12% from 255) = 27.31%
R=40%
G=32.69%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104857100.180.320.5925.4518.8634.31
Hex685547012203B191322
Octal1501251070224073312342
Binary1101000101010110001110100101000001110111100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685547; }

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

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

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

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

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

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

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

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