#6F6364

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

Shades of Falcon #6F6364

Tints of Falcon #6F6364

Color information

#6F6364 (or 0x6F6364) is unknown color: approx Falcon. HEX triplet: 6F, 63 and 64. RGB value is (111,99,100). Sum of RGB (Red+Green+Blue) = 111+99+100=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6364 is #909C9B. Grayscale: #666666. Windows color (decimal): -9477276 or 6579055. OLE color: 6579055.

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

Color convert

RGB11199100-
CMYK00.110.100.56
HSL355º5.71%41.18%-
HSV(B)355º10.81%43.53%-
XYZ13.3213.2213.91-
YUV102.7126.48133.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=35.81%
G=31.94%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119910000.110.100.563555.7141.18
Hex6F63640BA38163629
Octal1571431440131270543651
Binary110111111000111100100010111010111000101100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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