#6E4D52

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

Shades of Falcon #6E4D52

Tints of Falcon #6E4D52

Color information

#6E4D52 (or 0x6E4D52) is unknown color: approx Falcon. HEX triplet: 6E, 4D and 52. RGB value is (110,77,82). Sum of RGB (Red+Green+Blue) = 110+77+82=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D52 is #91B2AD. Grayscale: #575757. Windows color (decimal): -9548462 or 5393774. OLE color: 5393774.

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

Color convert

RGB1107782-
CMYK00.30.250.57
HSL350.91º17.65%36.67%-
HSV(B)350.91º30%43.14%-
XYZ10.619.239.21-
YUV87.44124.93144.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.89%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=40.89%
G=28.62%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110778200.30.250.57350.9117.6536.67
Hex6E4D5201E193915f1225
Octal15611512203631715372245
Binary1101110100110110100100111101100111100110101111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,77,82); }

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

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

 a { background-color: rgb(110,77,82); }

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

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

 span { border-color: rgb(110,77,82); }

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