#685548

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

Shades of Quincy #685548

Tints of Quincy #685548

Color information

#685548 (or 0x685548) is unknown color: approx Quincy. HEX triplet: 68, 55 and 48. RGB value is (104,85,72). Sum of RGB (Red+Green+Blue) = 104+85+72=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #685548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685548 is #97AAB7. Grayscale: #595959. Windows color (decimal): -9939640 or 4740456. OLE color: 4740456.

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

Color convert

RGB1048572-
CMYK00.180.310.59
HSL24.38º18.18%34.51%-
HSV(B)24.38º30.77%40.78%-
XYZ10.139.917.51-
YUV89.2118.29138.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=39.85%
G=32.57%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104857200.180.310.5924.3818.1834.51
Hex6855480121F3B181223
Octal1501251100223773302243
Binary110100010101011001000010010111111110111100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685548; }

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

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

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

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

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

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

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

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