#6A5E60

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

Shades of Falcon #6A5E60

Tints of Falcon #6A5E60

Color information

#6A5E60 (or 0x6A5E60) is unknown color: approx Falcon. HEX triplet: 6A, 5E and 60. RGB value is (106,94,96). Sum of RGB (Red+Green+Blue) = 106+94+96=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5E60 is #95A19F. Grayscale: #616161. Windows color (decimal): -9806240 or 6315626. OLE color: 6315626.

HSL color Cylindrical-coordinate representation of color #6A5E60: hue angle of 350º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A5E60 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB1069496-
CMYK00.110.090.58
HSL350º6%39.22%-
HSV(B)350º11.32%41.57%-
XYZ12.0611.9112.73-
YUV97.82126.98133.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=35.81%
G=31.76%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106949600.110.090.58350639.22
Hex6A5E600B93A15e627
Octal1521361400131172536647
Binary110101010111101100000010111001111010101011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,94,96); }

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

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

 a { background-color: rgb(106,94,96); }

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

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

 span { border-color: rgb(106,94,96); }

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