#6C575C

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

Shades of Falcon #6C575C

Tints of Falcon #6C575C

Color information

#6C575C (or 0x6C575C) is unknown color: approx Falcon. HEX triplet: 6C, 57 and 5C. RGB value is (108,87,92). Sum of RGB (Red+Green+Blue) = 108+87+92=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 108 - color contains mainly: red. Hex color #6C575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C575C is #93A8A3. Grayscale: #5D5D5D. Windows color (decimal): -9676964 or 6051692. OLE color: 6051692.

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

Color convert

RGB1088792-
CMYK00.190.150.58
HSL345.71º10.77%38.24%-
HSV(B)345.71º19.44%42.35%-
XYZ11.5210.7811.6-
YUV93.85126.96138.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.63%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=37.63%
G=30.31%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108879200.190.150.58345.7110.7738.24
Hex6C575C013F3A15ab26
Octal15412713402317725321346
Binary11011001010111101110001001111111110101010110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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