#6F6263

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

Shades of Falcon #6F6263

Tints of Falcon #6F6263

Color information

#6F6263 (or 0x6F6263) is unknown color: approx Falcon. HEX triplet: 6F, 62 and 63. RGB value is (111,98,99). Sum of RGB (Red+Green+Blue) = 111+98+99=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6263 is #909D9C. Grayscale: #666666. Windows color (decimal): -9477533 or 6513263. OLE color: 6513263.

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

Color convert

RGB1119899-
CMYK00.120.110.56
HSL355.38º6.22%40.98%-
HSV(B)355.38º11.71%43.53%-
XYZ13.1813.0213.62-
YUV102126.31134.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=36.04%
G=31.82%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111989900.120.110.56355.386.2240.98
Hex6F62630CB38163629
Octal1571421430141370543651
Binary110111111000101100011011001011111000101100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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