#6C565B

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

Shades of Falcon #6C565B

Tints of Falcon #6C565B

Color information

#6C565B (or 0x6C565B) is unknown color: approx Falcon. HEX triplet: 6C, 56 and 5B. RGB value is (108,86,91). Sum of RGB (Red+Green+Blue) = 108+86+91=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 108 - color contains mainly: red. Hex color #6C565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C565B is #93A9A4. Grayscale: #5D5D5D. Windows color (decimal): -9677221 or 5985900. OLE color: 5985900.

HSL color Cylindrical-coordinate representation of color #6C565B: hue angle of 346.36º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C565B is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1088691-
CMYK00.200.160.58
HSL346.36º11.34%38.04%-
HSV(B)346.36º20.37%42.35%-
XYZ11.410.611.34-
YUV93.15126.79138.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=37.89%
G=30.18%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108869100.200.160.58346.3611.3438.04
Hex6C565B014103A15ab26
Octal15412613302420725321346
Binary110110010101101011011010100100001110101010110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,86,91); }

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

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

 a { background-color: rgb(108,86,91); }

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

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

 span { border-color: rgb(108,86,91); }

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