#6D5449

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

Shades of Quincy #6D5449

Tints of Quincy #6D5449

Color information

#6D5449 (or 0x6D5449) is unknown color: approx Quincy. HEX triplet: 6D, 54 and 49. RGB value is (109,84,73). Sum of RGB (Red+Green+Blue) = 109+84+73=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5449 is #92ABB6. Grayscale: #5A5A5A. Windows color (decimal): -9612215 or 4805741. OLE color: 4805741.

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

Color convert

RGB1098473-
CMYK00.230.330.57
HSL18.33º19.78%35.69%-
HSV(B)18.33º33.03%42.75%-
XYZ10.6810.077.68-
YUV90.22118.28141.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.98%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=40.98%
G=31.58%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109847300.230.330.5718.3319.7835.69
Hex6D54490172139121424
Octal1551241110274171222444
Binary1101101101010010010010101111000011110011001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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