#6D5D5E

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

Shades of Falcon #6D5D5E

Tints of Falcon #6D5D5E

Color information

#6D5D5E (or 0x6D5D5E) is unknown color: approx Falcon. HEX triplet: 6D, 5D and 5E. RGB value is (109,93,94). Sum of RGB (Red+Green+Blue) = 109+93+94=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5D5E is #92A2A1. Grayscale: #616161. Windows color (decimal): -9609890 or 6184301. OLE color: 6184301.

HSL color Cylindrical-coordinate representation of color #6D5D5E: hue angle of 356.25º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D5D5E is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1099394-
CMYK00.150.140.57
HSL356.25º7.92%39.61%-
HSV(B)356.25º14.68%42.75%-
XYZ12.2411.8912.24-
YUV97.9125.8135.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.82%
GREEN value IS 93 (36.72% from 255) = 31.42%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=36.82%
G=31.42%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109939400.150.140.57356.257.9239.61
Hex6D5D5E0FE39164828
Octal15513513601716715441050
Binary1101101101110110111100111111101110011011001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,93,94); }

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

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

 a { background-color: rgb(109,93,94); }

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

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

 span { border-color: rgb(109,93,94); }

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