#6D564A

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

Shades of Quincy #6D564A

Tints of Quincy #6D564A

Color information

#6D564A (or 0x6D564A) is unknown color: approx Quincy. HEX triplet: 6D, 56 and 4A. RGB value is (109,86,74). Sum of RGB (Red+Green+Blue) = 109+86+74=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D564A is #92A9B5. Grayscale: #5B5B5B. Windows color (decimal): -9611702 or 4871789. OLE color: 4871789.

HSL color Cylindrical-coordinate representation of color #6D564A: hue angle of 20.57º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D564A is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1098674-
CMYK00.210.320.57
HSL20.57º19.13%35.88%-
HSV(B)20.57º32.11%42.75%-
XYZ10.8710.47.91-
YUV91.51118.12140.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.52%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=40.52%
G=31.97%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109867400.210.320.5720.5719.1335.88
Hex6D564A0152039151324
Octal1551261120254071252344
Binary1101101101011010010100101011000001110011010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D564A; }

 p { color: rgb(109,86,74); }

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

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

 a { background-color: rgb(109,86,74); }

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

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

 span { border-color: rgb(109,86,74); }

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