#6A5549

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

Shades of Quincy #6A5549

Tints of Quincy #6A5549

Color information

#6A5549 (or 0x6A5549) is unknown color: approx Quincy. HEX triplet: 6A, 55 and 49. RGB value is (106,85,73). Sum of RGB (Red+Green+Blue) = 106+85+73=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5549 is #95AAB6. Grayscale: #595959. Windows color (decimal): -9808567 or 4805994. OLE color: 4805994.

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

Color convert

RGB1068573-
CMYK00.200.310.58
HSL21.82º18.44%35.1%-
HSV(B)21.82º31.13%41.57%-
XYZ10.3910.047.69-
YUV89.91118.46139.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.15%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=40.15%
G=32.20%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106857300.200.310.5821.8218.4435.1
Hex6A55490141F3A161223
Octal1521251110243772262243
Binary110101010101011001001010100111111110101011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,85,73); }

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

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

 a { background-color: rgb(106,85,73); }

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

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

 span { border-color: rgb(106,85,73); }

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