#6D5644

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

Shades of Quincy #6D5644

Tints of Quincy #6D5644

Color information

#6D5644 (or 0x6D5644) is unknown color: approx Quincy. HEX triplet: 6D, 56 and 44. RGB value is (109,86,68). Sum of RGB (Red+Green+Blue) = 109+86+68=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5644 is #92A9BB. Grayscale: #5A5A5A. Windows color (decimal): -9611708 or 4478573. OLE color: 4478573.

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

Color convert

RGB1098668-
CMYK00.210.380.57
HSL26.34º23.16%34.71%-
HSV(B)26.34º37.61%42.75%-
XYZ10.6810.326.9-
YUV90.82115.12140.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.44%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=41.44%
G=32.70%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109866800.210.380.5726.3423.1634.71
Hex6D564401526391a1723
Octal1551261040254671322743
Binary1101101101011010001000101011001101110011101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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