#6D5459

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

Shades of Falcon #6D5459

Tints of Falcon #6D5459

Color information

#6D5459 (or 0x6D5459) is unknown color: approx Falcon. HEX triplet: 6D, 54 and 59. RGB value is (109,84,89). Sum of RGB (Red+Green+Blue) = 109+84+89=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5459 is #92ABA6. Grayscale: #5C5C5C. Windows color (decimal): -9612199 or 5854317. OLE color: 5854317.

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

Color convert

RGB1098489-
CMYK00.230.180.57
HSL348º12.95%37.84%-
HSV(B)348º22.94%42.75%-
XYZ11.2810.3110.85-
YUV92.04126.28140.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.65%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=38.65%
G=29.79%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109848900.230.180.5734812.9537.84
Hex6D5459017123915cd26
Octal15512413102722715341546
Binary110110110101001011001010111100101110011010111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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