#6F5A5E

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

Shades of Falcon #6F5A5E

Tints of Falcon #6F5A5E

Color information

#6F5A5E (or 0x6F5A5E) is unknown color: approx Falcon. HEX triplet: 6F, 5A and 5E. RGB value is (111,90,94). Sum of RGB (Red+Green+Blue) = 111+90+94=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A5E is #90A5A1. Grayscale: #606060. Windows color (decimal): -9479586 or 6183535. OLE color: 6183535.

HSL color Cylindrical-coordinate representation of color #6F5A5E: hue angle of 348.57º 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 #6F5A5E is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1119094-
CMYK00.190.150.56
HSL348.57º10.45%39.41%-
HSV(B)348.57º18.92%43.53%-
XYZ12.2311.512.16-
YUV96.74126.46138.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=37.63%
G=30.51%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111909400.190.150.56348.5710.4539.41
Hex6F5A5E013F3815da27
Octal15713213602317705351247
Binary11011111011010101111001001111111110001010111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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