#6D5C5E

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

Shades of Falcon #6D5C5E

Tints of Falcon #6D5C5E

Color information

#6D5C5E (or 0x6D5C5E) is unknown color: approx Falcon. HEX triplet: 6D, 5C and 5E. RGB value is (109,92,94). Sum of RGB (Red+Green+Blue) = 109+92+94=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5C5E is #92A3A1. Grayscale: #616161. Windows color (decimal): -9610146 or 6184045. OLE color: 6184045.

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

Color convert

RGB1099294-
CMYK00.160.140.57
HSL352.94º8.46%39.41%-
HSV(B)352.94º15.6%42.75%-
XYZ12.1511.7112.21-
YUV97.31126.13136.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.95%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=36.95%
G=31.19%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109929400.160.140.57352.948.4639.41
Hex6D5C5E010E39161827
Octal15513413602016715411047
Binary11011011011100101111001000011101110011011000011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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