#6A554A

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

Shades of Quincy #6A554A

Tints of Quincy #6A554A

Color information

#6A554A (or 0x6A554A) is unknown color: approx Quincy. HEX triplet: 6A, 55 and 4A. RGB value is (106,85,74). Sum of RGB (Red+Green+Blue) = 106+85+74=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 106 - color contains mainly: red. Hex color #6A554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A554A is #95AAB5. Grayscale: #5A5A5A. Windows color (decimal): -9808566 or 4871530. OLE color: 4871530.

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

Color convert

RGB1068574-
CMYK00.200.300.58
HSL20.63º17.78%35.29%-
HSV(B)20.63º30.19%41.57%-
XYZ10.4310.067.87-
YUV90.02118.96139.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=40%
G=32.08%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106857400.200.300.5820.6317.7835.29
Hex6A554A0141E3A151223
Octal1521251120243672252243
Binary110101010101011001010010100111101110101010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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