#6F5A5D

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

Shades of Falcon #6F5A5D

Tints of Falcon #6F5A5D

Color information

#6F5A5D (or 0x6F5A5D) is unknown color: approx Falcon. HEX triplet: 6F, 5A and 5D. RGB value is (111,90,93). Sum of RGB (Red+Green+Blue) = 111+90+93=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A5D is #90A5A2. Grayscale: #606060. Windows color (decimal): -9479587 or 6117999. OLE color: 6117999.

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

Color convert

RGB1119093-
CMYK00.190.160.56
HSL351.43º10.45%39.41%-
HSV(B)351.43º18.92%43.53%-
XYZ12.1911.4811.93-
YUV96.62125.96138.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=37.76%
G=30.61%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111909300.190.160.56351.4310.4539.41
Hex6F5A5D013103815fa27
Octal15713213502320705371247
Binary110111110110101011101010011100001110001010111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,90,93); }

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

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

 a { background-color: rgb(111,90,93); }

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

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

 span { border-color: rgb(111,90,93); }

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