#6A5457

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

Shades of Falcon #6A5457

Tints of Falcon #6A5457

Color information

#6A5457 (or 0x6A5457) is unknown color: approx Falcon. HEX triplet: 6A, 54 and 57. RGB value is (106,84,87). Sum of RGB (Red+Green+Blue) = 106+84+87=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5457 is #95ABA8. Grayscale: #5A5A5A. Windows color (decimal): -9808809 or 5723242. OLE color: 5723242.

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

Color convert

RGB1068487-
CMYK00.210.180.58
HSL351.82º11.58%37.25%-
HSV(B)351.82º20.75%41.57%-
XYZ10.8310.0910.39-
YUV90.92125.79138.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=38.27%
G=30.32%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106848700.210.180.58351.8211.5837.25
Hex6A5457015123A160c25
Octal15212412702522725401445
Binary110101010101001010111010101100101110101011000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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