#6D5446

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

Shades of Quincy #6D5446

Tints of Quincy #6D5446

Color information

#6D5446 (or 0x6D5446) is unknown color: approx Quincy. HEX triplet: 6D, 54 and 46. RGB value is (109,84,70). Sum of RGB (Red+Green+Blue) = 109+84+70=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5446 is #92ABB9. Grayscale: #595959. Windows color (decimal): -9612218 or 4609133. OLE color: 4609133.

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

Color convert

RGB1098470-
CMYK00.230.360.57
HSL21.54º21.79%35.1%-
HSV(B)21.54º35.78%42.75%-
XYZ10.5810.037.17-
YUV89.88116.78141.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.44%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=41.44%
G=31.94%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109847000.230.360.5721.5421.7935.1
Hex6D54460172439161623
Octal1551241060274471262643
Binary1101101101010010001100101111001001110011011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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