#6F5157

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

Shades of Falcon #6F5157

Tints of Falcon #6F5157

Color information

#6F5157 (or 0x6F5157) is unknown color: approx Falcon. HEX triplet: 6F, 51 and 57. RGB value is (111,81,87). Sum of RGB (Red+Green+Blue) = 111+81+87=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5157 is #90AEA8. Grayscale: #5A5A5A. Windows color (decimal): -9481897 or 5722479. OLE color: 5722479.

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

Color convert

RGB1118187-
CMYK00.270.220.56
HSL348º15.62%37.65%-
HSV(B)348º27.03%43.53%-
XYZ11.229.9510.35-
YUV90.65125.94142.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.78%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 87 (34.38% from 255) = 31.18%
R=39.78%
G=29.03%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111818700.270.220.5634815.6237.65
Hex6F515701B163815c1026
Octal15712112703326705342046
Binary1101111101000110101110110111011011100010101110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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