#6D5547

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

Shades of Quincy #6D5547

Tints of Quincy #6D5547

Color information

#6D5547 (or 0x6D5547) is unknown color: approx Quincy. HEX triplet: 6D, 55 and 47. RGB value is (109,85,71). Sum of RGB (Red+Green+Blue) = 109+85+71=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5547 is #92AAB8. Grayscale: #5A5A5A. Windows color (decimal): -9611961 or 4674925. OLE color: 4674925.

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

Color convert

RGB1098571-
CMYK00.220.350.57
HSL22.11º21.11%35.29%-
HSV(B)22.11º34.86%42.75%-
XYZ10.6910.27.37-
YUV90.58116.95141.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.13%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=41.13%
G=32.08%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109857100.220.350.5722.1121.1135.29
Hex6D55470162339161523
Octal1551251070264371262543
Binary1101101101010110001110101101000111110011011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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