#6F4F50

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

Shades of Falcon #6F4F50

Tints of Falcon #6F4F50

Color information

#6F4F50 (or 0x6F4F50) is unknown color: approx Falcon. HEX triplet: 6F, 4F and 50. RGB value is (111,79,80). Sum of RGB (Red+Green+Blue) = 111+79+80=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F50 is #90B0AF. Grayscale: #585858. Windows color (decimal): -9482416 or 5263215. OLE color: 5263215.

HSL color Cylindrical-coordinate representation of color #6F4F50: hue angle of 358.12º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F4F50 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1117980-
CMYK00.290.280.56
HSL358.12º16.84%37.25%-
HSV(B)358.12º28.83%43.53%-
XYZ10.89.558.86-
YUV88.68123.1143.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.11%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=41.11%
G=29.26%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111798000.290.280.56358.1216.8437.25
Hex6F4F5001D1C381661125
Octal15711712003534705462145
Binary1101111100111110100000111011110011100010110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,79,80); }

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

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

 a { background-color: rgb(111,79,80); }

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

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

 span { border-color: rgb(111,79,80); }

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