#6C564A

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

Shades of Quincy #6C564A

Tints of Quincy #6C564A

Color information

#6C564A (or 0x6C564A) is unknown color: approx Quincy. HEX triplet: 6C, 56 and 4A. RGB value is (108,86,74). Sum of RGB (Red+Green+Blue) = 108+86+74=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C564A is #93A9B5. Grayscale: #5B5B5B. Windows color (decimal): -9677238 or 4871788. OLE color: 4871788.

HSL color Cylindrical-coordinate representation of color #6C564A: hue angle of 21.18º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C564A is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1088674-
CMYK00.200.310.58
HSL21.18º18.68%35.69%-
HSV(B)21.18º31.48%42.35%-
XYZ10.7510.347.91-
YUV91.21118.29139.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.30%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=40.30%
G=32.09%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108867400.200.310.5821.1818.6835.69
Hex6C564A0141F3A151324
Octal1541261120243772252344
Binary110110010101101001010010100111111110101010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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