#6F5C5D

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

Shades of Falcon #6F5C5D

Tints of Falcon #6F5C5D

Color information

#6F5C5D (or 0x6F5C5D) is unknown color: approx Falcon. HEX triplet: 6F, 5C and 5D. RGB value is (111,92,93). Sum of RGB (Red+Green+Blue) = 111+92+93=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5C5D is #90A3A2. Grayscale: #616161. Windows color (decimal): -9479075 or 6118511. OLE color: 6118511.

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

Color convert

RGB1119293-
CMYK00.170.160.56
HSL356.84º9.36%39.8%-
HSV(B)356.84º17.12%43.53%-
XYZ12.3611.8211.99-
YUV97.8125.29137.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.5%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=37.5%
G=31.08%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111929300.170.160.56356.849.3639.8
Hex6F5C5D0111038165928
Octal15713413502120705451150
Binary110111110111001011101010001100001110001011001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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