#6C5F60

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

Shades of Falcon #6C5F60

Tints of Falcon #6C5F60

Color information

#6C5F60 (or 0x6C5F60) is unknown color: approx Falcon. HEX triplet: 6C, 5F and 60. RGB value is (108,95,96). Sum of RGB (Red+Green+Blue) = 108+95+96=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5F60 is #93A09F. Grayscale: #636363. Windows color (decimal): -9674912 or 6315884. OLE color: 6315884.

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

Color convert

RGB1089596-
CMYK00.120.110.58
HSL355.38º6.4%39.8%-
HSV(B)355.38º12.04%42.35%-
XYZ12.3912.2212.77-
YUV99126.31134.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=36.12%
G=31.77%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108959600.120.110.58355.386.439.8
Hex6C5F600CB3A163628
Octal1541371400141372543650
Binary110110010111111100000011001011111010101100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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