#685347

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

Shades of Quincy #685347

Tints of Quincy #685347

Color information

#685347 (or 0x685347) is unknown color: approx Quincy. HEX triplet: 68, 53 and 47. RGB value is (104,83,71). Sum of RGB (Red+Green+Blue) = 104+83+71=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #685347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685347 is #97ACB8. Grayscale: #575757. Windows color (decimal): -9940153 or 4674408. OLE color: 4674408.

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

Color convert

RGB1048371-
CMYK00.200.320.59
HSL21.82º18.86%34.31%-
HSV(B)21.82º31.73%40.78%-
XYZ9.949.587.29-
YUV87.91118.46139.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=40.31%
G=32.17%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104837100.200.320.5921.8218.8634.31
Hex685347014203B161322
Octal1501231070244073262342
Binary1101000101001110001110101001000001110111011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685347; }

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

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

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

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

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

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

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

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