#6D5549

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

Shades of Quincy #6D5549

Tints of Quincy #6D5549

Color information

#6D5549 (or 0x6D5549) is unknown color: approx Quincy. HEX triplet: 6D, 55 and 49. RGB value is (109,85,73). Sum of RGB (Red+Green+Blue) = 109+85+73=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5549 is #92AAB6. Grayscale: #5A5A5A. Windows color (decimal): -9611959 or 4805997. OLE color: 4805997.

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

Color convert

RGB1098573-
CMYK00.220.330.57
HSL20º19.78%35.69%-
HSV(B)20º33.03%42.75%-
XYZ10.7610.237.71-
YUV90.81117.95140.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.82%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=40.82%
G=31.84%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109857300.220.330.572019.7835.69
Hex6D55490162139141424
Octal1551251110264171242444
Binary1101101101010110010010101101000011110011010010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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