#6A5649

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

Shades of Quincy #6A5649

Tints of Quincy #6A5649

Color information

#6A5649 (or 0x6A5649) is unknown color: approx Quincy. HEX triplet: 6A, 56 and 49. RGB value is (106,86,73). Sum of RGB (Red+Green+Blue) = 106+86+73=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5649 is #95A9B6. Grayscale: #5A5A5A. Windows color (decimal): -9808311 or 4806250. OLE color: 4806250.

HSL color Cylindrical-coordinate representation of color #6A5649: hue angle of 23.64º 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 #6A5649 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1068673-
CMYK00.190.310.58
HSL23.64º18.44%35.1%-
HSV(B)23.64º31.13%41.57%-
XYZ10.4710.27.72-
YUV90.5118.13139.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=40%
G=32.45%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106867300.190.310.5823.6418.4435.1
Hex6A56490131F3A181223
Octal1521261110233772302243
Binary110101010101101001001010011111111110101100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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