#685649

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

Shades of Quincy #685649

Tints of Quincy #685649

Color information

#685649 (or 0x685649) is unknown color: approx Quincy. HEX triplet: 68, 56 and 49. RGB value is (104,86,73). Sum of RGB (Red+Green+Blue) = 104+86+73=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #685649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685649 is #97A9B6. Grayscale: #595959. Windows color (decimal): -9939383 or 4806248. OLE color: 4806248.

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

Color convert

RGB1048673-
CMYK00.170.300.59
HSL25.16º17.51%34.71%-
HSV(B)25.16º29.81%40.78%-
XYZ10.2410.087.71-
YUV89.9118.46138.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=39.54%
G=32.70%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104867300.170.300.5925.1617.5134.71
Hex6856490111E3B191223
Octal1501261110213673312243
Binary110100010101101001001010001111101110111100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685649; }

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

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

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

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

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

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

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

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