#6D5254

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

Shades of Falcon #6D5254

Tints of Falcon #6D5254

Color information

#6D5254 (or 0x6D5254) is unknown color: approx Falcon. HEX triplet: 6D, 52 and 54. RGB value is (109,82,84). Sum of RGB (Red+Green+Blue) = 109+82+84=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5254 is #92ADAB. Grayscale: #5A5A5A. Windows color (decimal): -9612716 or 5526125. OLE color: 5526125.

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

Color convert

RGB1098284-
CMYK00.250.230.57
HSL355.56º14.14%37.45%-
HSV(B)355.56º24.77%42.75%-
XYZ10.929.939.73-
YUV90.3124.45141.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.64%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=39.64%
G=29.82%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109828400.250.230.57355.5614.1437.45
Hex6D52540191739164e25
Octal15512212403127715441645
Binary110110110100101010100011001101111110011011001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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