#6D5455

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

Shades of Falcon #6D5455

Tints of Falcon #6D5455

Color information

#6D5455 (or 0x6D5455) is unknown color: approx Falcon. HEX triplet: 6D, 54 and 55. RGB value is (109,84,85). Sum of RGB (Red+Green+Blue) = 109+84+85=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5455 is #92ABAA. Grayscale: #5B5B5B. Windows color (decimal): -9612203 or 5592173. OLE color: 5592173.

HSL color Cylindrical-coordinate representation of color #6D5455: hue angle of 357.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 #6D5455 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB1098485-
CMYK00.230.220.57
HSL357.6º12.95%37.84%-
HSV(B)357.6º22.94%42.75%-
XYZ11.1210.259.99-
YUV91.59124.28140.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.21%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=39.21%
G=30.22%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109848500.230.220.57357.612.9537.84
Hex6D54550171639166d26
Octal15512412502726715461546
Binary110110110101001010101010111101101110011011001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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