#6E5B5F

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

Shades of Falcon #6E5B5F

Tints of Falcon #6E5B5F

Color information

#6E5B5F (or 0x6E5B5F) is unknown color: approx Falcon. HEX triplet: 6E, 5B and 5F. RGB value is (110,91,95). Sum of RGB (Red+Green+Blue) = 110+91+95=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5B5F is #91A4A0. Grayscale: #616161. Windows color (decimal): -9544865 or 6249326. OLE color: 6249326.

HSL color Cylindrical-coordinate representation of color #6E5B5F: hue angle of 347.37º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E5B5F is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1109195-
CMYK00.170.140.57
HSL347.37º9.45%39.41%-
HSV(B)347.37º17.27%43.14%-
XYZ12.2411.6212.43-
YUV97.14126.79137.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.16%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 95 (37.5% from 255) = 32.09%
R=37.16%
G=30.74%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110919500.170.140.57347.379.4539.41
Hex6E5B5F011E3915b927
Octal15613313702116715331147
Binary11011101011011101111101000111101110011010110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,91,95); }

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

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

 a { background-color: rgb(110,91,95); }

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

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

 span { border-color: rgb(110,91,95); }

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