#6E6263

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

Shades of Falcon #6E6263

Tints of Falcon #6E6263

Color information

#6E6263 (or 0x6E6263) is unknown color: approx Falcon. HEX triplet: 6E, 62 and 63. RGB value is (110,98,99). Sum of RGB (Red+Green+Blue) = 110+98+99=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6263 is #919D9C. Grayscale: #656565. Windows color (decimal): -9543069 or 6513262. OLE color: 6513262.

HSL color Cylindrical-coordinate representation of color #6E6263: hue angle of 355º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6263 is Cyan = 0, Magento = 0.11, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB1109899-
CMYK00.110.10.57
HSL355º5.77%40.78%-
HSV(B)355º10.91%43.14%-
XYZ13.0512.9513.62-
YUV101.7126.48133.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.83%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 99 (39.06% from 255) = 32.25%
R=35.83%
G=31.92%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110989900.110.10.573555.7740.78
Hex6E62630BA39163629
Octal1561421430131271543651
Binary110111011000101100011010111010111001101100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,98,99); }

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

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

 a { background-color: rgb(110,98,99); }

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

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

 span { border-color: rgb(110,98,99); }

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