#6C5B5C

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

Shades of Falcon #6C5B5C

Tints of Falcon #6C5B5C

Color information

#6C5B5C (or 0x6C5B5C) is unknown color: approx Falcon. HEX triplet: 6C, 5B and 5C. RGB value is (108,91,92). Sum of RGB (Red+Green+Blue) = 108+91+92=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5B5C is #93A4A3. Grayscale: #606060. Windows color (decimal): -9675940 or 6052716. OLE color: 6052716.

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

Color convert

RGB1089192-
CMYK00.160.150.58
HSL356.47º8.54%39.02%-
HSV(B)356.47º15.74%42.35%-
XYZ11.8611.4411.71-
YUV96.2125.63136.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.11%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=37.11%
G=31.27%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108919200.160.150.58356.478.5439.02
Hex6C5B5C010F3A164927
Octal15413313402017725441147
Binary11011001011011101110001000011111110101011001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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