#6C555B

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

Shades of Falcon #6C555B

Tints of Falcon #6C555B

Color information

#6C555B (or 0x6C555B) is unknown color: approx Falcon. HEX triplet: 6C, 55 and 5B. RGB value is (108,85,91). Sum of RGB (Red+Green+Blue) = 108+85+91=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 108 - color contains mainly: red. Hex color #6C555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C555B is #93AAA4. Grayscale: #5C5C5C. Windows color (decimal): -9677477 or 5985644. OLE color: 5985644.

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

Color convert

RGB1088591-
CMYK00.210.160.58
HSL344.35º11.92%37.84%-
HSV(B)344.35º21.3%42.35%-
XYZ11.3210.4411.32-
YUV92.56127.12139.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.03%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=38.03%
G=29.93%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108859100.210.160.58344.3511.9237.84
Hex6C555B015103A158c26
Octal15412513302520725301446
Binary110110010101011011011010101100001110101010110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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