#6D5859

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

Shades of Falcon #6D5859

Tints of Falcon #6D5859

Color information

#6D5859 (or 0x6D5859) is unknown color: approx Falcon. HEX triplet: 6D, 58 and 59. RGB value is (109,88,89). Sum of RGB (Red+Green+Blue) = 109+88+89=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5859 is #92A7A6. Grayscale: #5E5E5E. Windows color (decimal): -9611175 or 5855341. OLE color: 5855341.

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

Color convert

RGB1098889-
CMYK00.190.180.57
HSL357.14º10.66%38.63%-
HSV(B)357.14º19.27%42.75%-
XYZ11.610.9510.95-
YUV94.39124.96138.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 89 (35.16% from 255) = 31.12%
R=38.11%
G=30.77%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109888900.190.180.57357.1410.6638.63
Hex6D58590131239165b27
Octal15513013102322715451347
Binary110110110110001011001010011100101110011011001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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