#6E6061

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

Shades of Falcon #6E6061

Tints of Falcon #6E6061

Color information

#6E6061 (or 0x6E6061) is unknown color: approx Falcon. HEX triplet: 6E, 60 and 61. RGB value is (110,96,97). Sum of RGB (Red+Green+Blue) = 110+96+97=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6061 is #919F9E. Grayscale: #646464. Windows color (decimal): -9543583 or 6381678. OLE color: 6381678.

HSL color Cylindrical-coordinate representation of color #6E6061: hue angle of 355.71º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E6061 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB1109697-
CMYK00.130.120.57
HSL355.71º6.8%40.39%-
HSV(B)355.71º12.73%43.14%-
XYZ12.7712.5413.06-
YUV100.3126.14134.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=36.30%
G=31.68%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110969700.130.120.57355.716.840.39
Hex6E60610DC39164728
Octal1561401410151471544750
Binary110111011000001100001011011100111001101100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,96,97); }

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

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

 a { background-color: rgb(110,96,97); }

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

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

 span { border-color: rgb(110,96,97); }

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