#6D5544

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

Shades of Quincy #6D5544

Tints of Quincy #6D5544

Color information

#6D5544 (or 0x6D5544) is unknown color: approx Quincy. HEX triplet: 6D, 55 and 44. RGB value is (109,85,68). Sum of RGB (Red+Green+Blue) = 109+85+68=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5544 is #92AABB. Grayscale: #5A5A5A. Windows color (decimal): -9611964 or 4478317. OLE color: 4478317.

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

Color convert

RGB1098568-
CMYK00.220.380.57
HSL24.88º23.16%34.71%-
HSV(B)24.88º37.61%42.75%-
XYZ10.610.176.87-
YUV90.24115.45141.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.60%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 68 (26.95% from 255) = 25.95%
R=41.60%
G=32.44%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109856800.220.380.5724.8823.1634.71
Hex6D55440162639191723
Octal1551251040264671312743
Binary1101101101010110001000101101001101110011100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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