#6D5659

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

Shades of Falcon #6D5659

Tints of Falcon #6D5659

Color information

#6D5659 (or 0x6D5659) is unknown color: approx Falcon. HEX triplet: 6D, 56 and 59. RGB value is (109,86,89). Sum of RGB (Red+Green+Blue) = 109+86+89=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5659 is #92A9A6. Grayscale: #5D5D5D. Windows color (decimal): -9611687 or 5854829. OLE color: 5854829.

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

Color convert

RGB1098689-
CMYK00.210.180.57
HSL352.17º11.79%38.24%-
HSV(B)352.17º21.1%42.75%-
XYZ11.4410.6310.9-
YUV93.22125.62139.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.38%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=38.38%
G=30.28%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109868900.210.180.57352.1711.7938.24
Hex6D56590151239160c26
Octal15512613102522715401446
Binary110110110101101011001010101100101110011011000001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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