#6F5759

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

Shades of Falcon #6F5759

Tints of Falcon #6F5759

Color information

#6F5759 (or 0x6F5759) is unknown color: approx Falcon. HEX triplet: 6F, 57 and 59. RGB value is (111,87,89). Sum of RGB (Red+Green+Blue) = 111+87+89=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5759 is #90A8A6. Grayscale: #5E5E5E. Windows color (decimal): -9480359 or 5855087. OLE color: 5855087.

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

Color convert

RGB1118789-
CMYK00.220.200.56
HSL355º12.12%38.82%-
HSV(B)355º21.62%43.53%-
XYZ11.7710.9210.94-
YUV94.4124.95139.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=38.68%
G=30.31%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111878900.220.200.5635512.1238.82
Hex6F57590161438163c27
Octal15712713102624705431447
Binary110111110101111011001010110101001110001011000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,87,89); }

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

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

 a { background-color: rgb(111,87,89); }

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

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

 span { border-color: rgb(111,87,89); }

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