#685249

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

Shades of Quincy #685249

Tints of Quincy #685249

Color information

#685249 (or 0x685249) is unknown color: approx Quincy. HEX triplet: 68, 52 and 49. RGB value is (104,82,73). Sum of RGB (Red+Green+Blue) = 104+82+73=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #685249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685249 is #97ADB6. Grayscale: #575757. Windows color (decimal): -9940407 or 4805224. OLE color: 4805224.

HSL color Cylindrical-coordinate representation of color #685249: hue angle of 17.42º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685249 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1048273-
CMYK00.210.300.59
HSL17.42º17.51%34.71%-
HSV(B)17.42º29.81%40.78%-
XYZ9.939.467.61-
YUV87.55119.79139.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=40.15%
G=31.66%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104827300.210.300.5917.4217.5134.71
Hex6852490151E3B111223
Octal1501221110253673212243
Binary110100010100101001001010101111101110111000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685249; }

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

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

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

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

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

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

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

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