#6D554A

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

Shades of Quincy #6D554A

Tints of Quincy #6D554A

Color information

#6D554A (or 0x6D554A) is unknown color: approx Quincy. HEX triplet: 6D, 55 and 4A. RGB value is (109,85,74). Sum of RGB (Red+Green+Blue) = 109+85+74=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D554A is #92AAB5. Grayscale: #5A5A5A. Windows color (decimal): -9611958 or 4871533. OLE color: 4871533.

HSL color Cylindrical-coordinate representation of color #6D554A: hue angle of 18.86º 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 #6D554A is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1098574-
CMYK00.220.320.57
HSL18.86º19.13%35.88%-
HSV(B)18.86º32.11%42.75%-
XYZ10.7910.247.89-
YUV90.92118.45140.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.67%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=40.67%
G=31.72%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109857400.220.320.5718.8619.1335.88
Hex6D554A0162039131324
Octal1551251120264071232344
Binary1101101101010110010100101101000001110011001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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