#685245

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

Shades of Quincy #685245

Tints of Quincy #685245

Color information

#685245 (or 0x685245) is unknown color: approx Quincy. HEX triplet: 68, 52 and 45. RGB value is (104,82,69). Sum of RGB (Red+Green+Blue) = 104+82+69=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #685245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685245 is #97ADBA. Grayscale: #575757. Windows color (decimal): -9940411 or 4543080. OLE color: 4543080.

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

Color convert

RGB1048269-
CMYK00.210.340.59
HSL22.29º20.23%33.92%-
HSV(B)22.29º33.65%40.78%-
XYZ9.89.416.93-
YUV87.1117.79140.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=40.78%
G=32.16%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104826900.210.340.5922.2920.2333.92
Hex685245015223B161422
Octal1501221050254273262442
Binary1101000101001010001010101011000101110111011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685245; }

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

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

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

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

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

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

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

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