#6F5659

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

Shades of Falcon #6F5659

Tints of Falcon #6F5659

Color information

#6F5659 (or 0x6F5659) is unknown color: approx Falcon. HEX triplet: 6F, 56 and 59. RGB value is (111,86,89). Sum of RGB (Red+Green+Blue) = 111+86+89=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5659 is #90A9A6. Grayscale: #5D5D5D. Windows color (decimal): -9480615 or 5854831. OLE color: 5854831.

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

Color convert

RGB1118689-
CMYK00.230.200.56
HSL352.8º12.69%38.63%-
HSV(B)352.8º22.52%43.53%-
XYZ11.6910.7610.91-
YUV93.82125.28140.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 89 (35.16% from 255) = 31.12%
R=38.81%
G=30.07%
B=31.12%

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
Decimal111868900.230.200.56352.812.6938.63
Hex6F56590171438161d27
Octal15712613102724705411547
Binary110111110101101011001010111101001110001011000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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