#685248

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

Shades of Quincy #685248

Tints of Quincy #685248

Color information

#685248 (or 0x685248) is unknown color: approx Quincy. HEX triplet: 68, 52 and 48. RGB value is (104,82,72). Sum of RGB (Red+Green+Blue) = 104+82+72=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #685248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685248 is #97ADB7. Grayscale: #575757. Windows color (decimal): -9940408 or 4739688. OLE color: 4739688.

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

Color convert

RGB1048272-
CMYK00.210.310.59
HSL18.75º18.18%34.51%-
HSV(B)18.75º30.77%40.78%-
XYZ9.99.457.43-
YUV87.44119.29139.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=40.31%
G=31.78%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104827200.210.310.5918.7518.1834.51
Hex6852480151F3B131223
Octal1501221100253773232243
Binary110100010100101001000010101111111110111001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685248; }

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

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

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

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

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

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

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

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