#6D545A

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

Shades of Falcon #6D545A

Tints of Falcon #6D545A

Color information

#6D545A (or 0x6D545A) is unknown color: approx Falcon. HEX triplet: 6D, 54 and 5A. RGB value is (109,84,90). Sum of RGB (Red+Green+Blue) = 109+84+90=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D545A is #92ABA5. Grayscale: #5C5C5C. Windows color (decimal): -9612198 or 5919853. OLE color: 5919853.

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

Color convert

RGB1098490-
CMYK00.230.170.57
HSL345.6º12.95%37.84%-
HSV(B)345.6º22.94%42.75%-
XYZ11.3210.3311.07-
YUV92.16126.78140.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.52%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=38.52%
G=29.68%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109849000.230.170.57345.612.9537.84
Hex6D545A017113915ad26
Octal15512413202721715321546
Binary110110110101001011010010111100011110011010110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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