#6C4D50

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

Shades of Falcon #6C4D50

Tints of Falcon #6C4D50

Color information

#6C4D50 (or 0x6C4D50) is unknown color: approx Falcon. HEX triplet: 6C, 4D and 50. RGB value is (108,77,80). Sum of RGB (Red+Green+Blue) = 108+77+80=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4D50 is #93B2AF. Grayscale: #565656. Windows color (decimal): -9679536 or 5262700. OLE color: 5262700.

HSL color Cylindrical-coordinate representation of color #6C4D50: hue angle of 354.19º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C4D50 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1087780-
CMYK00.290.260.58
HSL354.19º16.76%36.27%-
HSV(B)354.19º28.7%42.35%-
XYZ10.299.088.8-
YUV86.61124.27143.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.75%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=40.75%
G=29.06%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108778000.290.260.58354.1916.7636.27
Hex6C4D5001D1A3A1621124
Octal15411512003532725422144
Binary1101100100110110100000111011101011101010110001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,77,80); }

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

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

 a { background-color: rgb(108,77,80); }

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

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

 span { border-color: rgb(108,77,80); }

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