#6F4D4F

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

Shades of Falcon #6F4D4F

Tints of Falcon #6F4D4F

Color information

#6F4D4F (or 0x6F4D4F) is unknown color: approx Falcon. HEX triplet: 6F, 4D and 4F. RGB value is (111,77,79). Sum of RGB (Red+Green+Blue) = 111+77+79=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D4F is #90B2B0. Grayscale: #575757. Windows color (decimal): -9482929 or 5197167. OLE color: 5197167.

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

Color convert

RGB1117779-
CMYK00.310.290.56
HSL356.47º18.09%36.86%-
HSV(B)356.47º30.63%43.53%-
XYZ10.629.258.62-
YUV87.39123.26144.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=41.57%
G=28.84%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111777900.310.290.56356.4718.0936.86
Hex6F4D4F01F1D381641225
Octal15711511703735705442245
Binary1101111100110110011110111111110111100010110010010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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