#6E4E55

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

Shades of Falcon #6E4E55

Tints of Falcon #6E4E55

Color information

#6E4E55 (or 0x6E4E55) is unknown color: approx Falcon. HEX triplet: 6E, 4E and 55. RGB value is (110,78,85). Sum of RGB (Red+Green+Blue) = 110+78+85=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E55 is #91B1AA. Grayscale: #585858. Windows color (decimal): -9548203 or 5590638. OLE color: 5590638.

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

Color convert

RGB1107885-
CMYK00.290.230.57
HSL346.88º17.02%36.86%-
HSV(B)346.88º29.09%43.14%-
XYZ10.799.429.84-
YUV88.37126.1143.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.29%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=40.29%
G=28.57%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110788500.290.230.57346.8817.0236.86
Hex6E4E5501D173915b1125
Octal15611612503527715332145
Binary1101110100111010101010111011011111100110101101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,78,85); }

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

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

 a { background-color: rgb(110,78,85); }

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

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

 span { border-color: rgb(110,78,85); }

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