#6F5559

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

Shades of Falcon #6F5559

Tints of Falcon #6F5559

Color information

#6F5559 (or 0x6F5559) is unknown color: approx Falcon. HEX triplet: 6F, 55 and 59. RGB value is (111,85,89). Sum of RGB (Red+Green+Blue) = 111+85+89=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5559 is #90AAA6. Grayscale: #5D5D5D. Windows color (decimal): -9480871 or 5854575. OLE color: 5854575.

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

Color convert

RGB1118589-
CMYK00.230.200.56
HSL350.77º13.27%38.43%-
HSV(B)350.77º23.42%43.53%-
XYZ11.6110.610.89-
YUV93.23125.61140.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=38.95%
G=29.82%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111858900.230.200.56350.7713.2738.43
Hex6F5559017143815fd26
Octal15712513102724705371546
Binary110111110101011011001010111101001110001010111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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