#685348

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

Shades of Quincy #685348

Tints of Quincy #685348

Color information

#685348 (or 0x685348) is unknown color: approx Quincy. HEX triplet: 68, 53 and 48. RGB value is (104,83,72). Sum of RGB (Red+Green+Blue) = 104+83+72=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #685348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685348 is #97ACB7. Grayscale: #585858. Windows color (decimal): -9940152 or 4739944. OLE color: 4739944.

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

Color convert

RGB1048372-
CMYK00.200.310.59
HSL20.63º18.18%34.51%-
HSV(B)20.63º30.77%40.78%-
XYZ9.979.67.46-
YUV88.02118.96139.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=40.15%
G=32.05%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104837200.200.310.5920.6318.1834.51
Hex6853480141F3B151223
Octal1501231100243773252243
Binary110100010100111001000010100111111110111010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685348; }

 p { color: rgb(104,83,72); }

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

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

 a { background-color: rgb(104,83,72); }

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

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

 span { border-color: rgb(104,83,72); }

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