#6D5354

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

Shades of Falcon #6D5354

Tints of Falcon #6D5354

Color information

#6D5354 (or 0x6D5354) is unknown color: approx Falcon. HEX triplet: 6D, 53 and 54. RGB value is (109,83,84). Sum of RGB (Red+Green+Blue) = 109+83+84=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5354 is #92ACAB. Grayscale: #5A5A5A. Windows color (decimal): -9612460 or 5526381. OLE color: 5526381.

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

Color convert

RGB1098384-
CMYK00.240.230.57
HSL357.69º13.54%37.65%-
HSV(B)357.69º23.85%42.75%-
XYZ1110.089.75-
YUV90.89124.11140.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.49%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=39.49%
G=30.07%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109838400.240.230.57357.6913.5437.65
Hex6D53540181739166e26
Octal15512312403027715461646
Binary110110110100111010100011000101111110011011001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,84); }

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

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

 a { background-color: rgb(109,83,84); }

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

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

 span { border-color: rgb(109,83,84); }

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