#6C5649

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

Shades of Quincy #6C5649

Tints of Quincy #6C5649

Color information

#6C5649 (or 0x6C5649) is unknown color: approx Quincy. HEX triplet: 6C, 56 and 49. RGB value is (108,86,73). Sum of RGB (Red+Green+Blue) = 108+86+73=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5649 is #93A9B6. Grayscale: #5B5B5B. Windows color (decimal): -9677239 or 4806252. OLE color: 4806252.

HSL color Cylindrical-coordinate representation of color #6C5649: hue angle of 22.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C5649 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB1088673-
CMYK00.200.320.58
HSL22.29º19.34%35.49%-
HSV(B)22.29º32.41%42.35%-
XYZ10.7110.327.73-
YUV91.1117.79140.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=40.45%
G=32.21%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108867300.200.320.5822.2919.3435.49
Hex6C5649014203A161323
Octal1541261110244072262343
Binary1101100101011010010010101001000001110101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,86,73); }

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

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

 a { background-color: rgb(108,86,73); }

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

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

 span { border-color: rgb(108,86,73); }

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