#685241

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

Shades of Quincy #685241

Tints of Quincy #685241

Color information

#685241 (or 0x685241) is unknown color: approx Quincy. HEX triplet: 68, 52 and 41. RGB value is (104,82,65). Sum of RGB (Red+Green+Blue) = 104+82+65=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #685241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685241 is #97ADBE. Grayscale: #565656. Windows color (decimal): -9940415 or 4280936. OLE color: 4280936.

HSL color Cylindrical-coordinate representation of color #685241: hue angle of 26.15º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #685241 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1048265-
CMYK00.210.380.59
HSL26.15º23.08%33.14%-
HSV(B)26.15º37.5%40.78%-
XYZ9.689.366.3-
YUV86.64115.79140.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 65 (25.78% from 255) = 25.90%
R=41.43%
G=32.67%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104826500.210.380.5926.1523.0833.14
Hex685241015263B1a1721
Octal1501221010254673322741
Binary1101000101001010000010101011001101110111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685241; }

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

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

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

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

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

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

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

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