#6F5156

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

Shades of Falcon #6F5156

Tints of Falcon #6F5156

Color information

#6F5156 (or 0x6F5156) is unknown color: approx Falcon. HEX triplet: 6F, 51 and 56. RGB value is (111,81,86). Sum of RGB (Red+Green+Blue) = 111+81+86=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5156 is #90AEA9. Grayscale: #5A5A5A. Windows color (decimal): -9481898 or 5656943. OLE color: 5656943.

HSL color Cylindrical-coordinate representation of color #6F5156: hue angle of 350º 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 #6F5156 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1118186-
CMYK00.270.230.56
HSL350º15.62%37.65%-
HSV(B)350º27.03%43.53%-
XYZ11.189.9410.13-
YUV90.54125.44142.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=39.93%
G=29.14%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111818600.270.230.5635015.6237.65
Hex6F515601B173815e1026
Octal15712112603327705362046
Binary1101111101000110101100110111011111100010101111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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