#685247

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

Shades of Quincy #685247

Tints of Quincy #685247

Color information

#685247 (or 0x685247) is unknown color: approx Quincy. HEX triplet: 68, 52 and 47. RGB value is (104,82,71). Sum of RGB (Red+Green+Blue) = 104+82+71=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685247 is #97ADB8. Grayscale: #575757. Windows color (decimal): -9940409 or 4674152. OLE color: 4674152.

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

Color convert

RGB1048271-
CMYK00.210.320.59
HSL20º18.86%34.31%-
HSV(B)20º31.73%40.78%-
XYZ9.869.437.26-
YUV87.32118.79139.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=40.47%
G=31.91%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104827100.210.320.592018.8634.31
Hex685247015203B141322
Octal1501221070254073242342
Binary1101000101001010001110101011000001110111010010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685247; }

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

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

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

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

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

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

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

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