#6D5C5D

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

Shades of Falcon #6D5C5D

Tints of Falcon #6D5C5D

Color information

#6D5C5D (or 0x6D5C5D) is unknown color: approx Falcon. HEX triplet: 6D, 5C and 5D. RGB value is (109,92,93). Sum of RGB (Red+Green+Blue) = 109+92+93=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5C5D is #92A3A2. Grayscale: #616161. Windows color (decimal): -9610147 or 6118509. OLE color: 6118509.

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

Color convert

RGB1099293-
CMYK00.160.150.57
HSL356.47º8.46%39.41%-
HSV(B)356.47º15.6%42.75%-
XYZ12.1111.711.98-
YUV97.2125.63136.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.07%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=37.07%
G=31.29%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109929300.160.150.57356.478.4639.41
Hex6D5C5D010F39164827
Octal15513413502017715441047
Binary11011011011100101110101000011111110011011001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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