#6A564A

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

Shades of Quincy #6A564A

Tints of Quincy #6A564A

Color information

#6A564A (or 0x6A564A) is unknown color: approx Quincy. HEX triplet: 6A, 56 and 4A. RGB value is (106,86,74). Sum of RGB (Red+Green+Blue) = 106+86+74=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 106 - color contains mainly: red. Hex color #6A564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A564A is #95A9B5. Grayscale: #5A5A5A. Windows color (decimal): -9808310 or 4871786. OLE color: 4871786.

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

Color convert

RGB1068674-
CMYK00.190.300.58
HSL22.5º17.78%35.29%-
HSV(B)22.5º30.19%41.57%-
XYZ10.5110.217.9-
YUV90.61118.63138.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=39.85%
G=32.33%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106867400.190.300.5822.517.7835.29
Hex6A564A0131E3A171223
Octal1521261120233672272243
Binary110101010101101001010010011111101110101011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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