#6D5441

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

Shades of Quincy #6D5441

Tints of Quincy #6D5441

Color information

#6D5441 (or 0x6D5441) is unknown color: approx Quincy. HEX triplet: 6D, 54 and 41. RGB value is (109,84,65). Sum of RGB (Red+Green+Blue) = 109+84+65=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5441 is #92ABBE. Grayscale: #595959. Windows color (decimal): -9612223 or 4281453. OLE color: 4281453.

HSL color Cylindrical-coordinate representation of color #6D5441: hue angle of 25.91º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D5441 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB1098465-
CMYK00.230.400.57
HSL25.91º25.29%34.12%-
HSV(B)25.91º40.37%42.75%-
XYZ10.439.976.38-
YUV89.31114.28142.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.25%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=42.25%
G=32.56%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109846500.230.400.5725.9125.2934.12
Hex6D544101728391a1922
Octal1551241010275071323142
Binary1101101101010010000010101111010001110011101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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