#6A545A

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

Shades of Falcon #6A545A

Tints of Falcon #6A545A

Color information

#6A545A (or 0x6A545A) is unknown color: approx Falcon. HEX triplet: 6A, 54 and 5A. RGB value is (106,84,90). Sum of RGB (Red+Green+Blue) = 106+84+90=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A545A is #95ABA5. Grayscale: #5B5B5B. Windows color (decimal): -9808806 or 5919850. OLE color: 5919850.

HSL color Cylindrical-coordinate representation of color #6A545A: hue angle of 343.64º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A545A is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB1068490-
CMYK00.210.150.58
HSL343.64º11.58%37.25%-
HSV(B)343.64º20.75%41.57%-
XYZ10.9610.1411.05-
YUV91.26127.29138.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=37.86%
G=30%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106849000.210.150.58343.6411.5837.25
Hex6A545A015F3A158c25
Octal15212413202517725301445
Binary11010101010100101101001010111111110101010110001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,84,90); }

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

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

 a { background-color: rgb(106,84,90); }

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

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

 span { border-color: rgb(106,84,90); }

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