#6C5E60

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

Shades of Falcon #6C5E60

Tints of Falcon #6C5E60

Color information

#6C5E60 (or 0x6C5E60) is unknown color: approx Falcon. HEX triplet: 6C, 5E and 60. RGB value is (108,94,96). Sum of RGB (Red+Green+Blue) = 108+94+96=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5E60 is #93A19F. Grayscale: #626262. Windows color (decimal): -9675168 or 6315628. OLE color: 6315628.

HSL color Cylindrical-coordinate representation of color #6C5E60: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C5E60 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1089496-
CMYK00.130.110.58
HSL351.43º6.93%39.61%-
HSV(B)351.43º12.96%42.35%-
XYZ12.312.0412.74-
YUV98.41126.64134.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.24%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=36.24%
G=31.54%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108949600.130.110.58351.436.9339.61
Hex6C5E600DB3A15f728
Octal1541361400151372537750
Binary110110010111101100000011011011111010101011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,94,96); }

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

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

 a { background-color: rgb(108,94,96); }

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

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

 span { border-color: rgb(108,94,96); }

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