#685445

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

Shades of Quincy #685445

Tints of Quincy #685445

Color information

#685445 (or 0x685445) is unknown color: approx Quincy. HEX triplet: 68, 54 and 45. RGB value is (104,84,69). Sum of RGB (Red+Green+Blue) = 104+84+69=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #685445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685445 is #97ABBA. Grayscale: #585858. Windows color (decimal): -9939899 or 4543592. OLE color: 4543592.

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

Color convert

RGB1048469-
CMYK00.190.340.59
HSL25.71º20.23%33.92%-
HSV(B)25.71º33.65%40.78%-
XYZ9.959.716.98-
YUV88.27117.13139.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=40.47%
G=32.68%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104846900.190.340.5925.7120.2333.92
Hex685445013223B1a1422
Octal1501241050234273322442
Binary1101000101010010001010100111000101110111101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685445; }

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

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

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

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

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

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

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

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