#6D5444

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

Shades of Quincy #6D5444

Tints of Quincy #6D5444

Color information

#6D5444 (or 0x6D5444) is unknown color: approx Quincy. HEX triplet: 6D, 54 and 44. RGB value is (109,84,68). Sum of RGB (Red+Green+Blue) = 109+84+68=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5444 is #92ABBB. Grayscale: #595959. Windows color (decimal): -9612220 or 4478061. OLE color: 4478061.

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

Color convert

RGB1098468-
CMYK00.230.380.57
HSL23.41º23.16%34.71%-
HSV(B)23.41º37.61%42.75%-
XYZ10.5210.016.85-
YUV89.65115.78141.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.76%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=41.76%
G=32.18%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109846800.230.380.5723.4123.1634.71
Hex6D54440172639171723
Octal1551241040274671272743
Binary1101101101010010001000101111001101110011011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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