#685244

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

Shades of Quincy #685244

Tints of Quincy #685244

Color information

#685244 (or 0x685244) is unknown color: approx Quincy. HEX triplet: 68, 52 and 44. RGB value is (104,82,68). Sum of RGB (Red+Green+Blue) = 104+82+68=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #685244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685244 is #97ADBB. Grayscale: #575757. Windows color (decimal): -9940412 or 4477544. OLE color: 4477544.

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

Color convert

RGB1048268-
CMYK00.210.350.59
HSL23.33º20.93%33.73%-
HSV(B)23.33º34.62%40.78%-
XYZ9.779.396.77-
YUV86.98117.29140.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 68 (26.95% from 255) = 26.77%
R=40.94%
G=32.28%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104826800.210.350.5923.3320.9333.73
Hex685244015233B171522
Octal1501221040254373272542
Binary1101000101001010001000101011000111110111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685244; }

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

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

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

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

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

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

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

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