Shades of Falcon #6C575C
Tints of Falcon #6C575C
RGB
CMYK
RGB Variations
Color information
#6C575C (or 0x6C575C) is known color: 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
| RGB | 108 | 87 | 92 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.58 |
| HSL | 345.71º | 0.11% | 0.38% | - |
| HSV(B) | 345.71º | 0.19% | 0.42% | - |
| XYZ | 11.52 | 10.78 | 11.6 | - |
| YUV | 93.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 92 | 0 | 0.19 | 0.15 | 0.58 | 345.71 | 0.11 | 0.38 |
| Hex | 6C | 57 | 5C | 0 | 13 | F | 3A | 15A | B | 26 |
| Octal | 154 | 127 | 134 | 0 | 23 | 17 | 72 | 532 | 13 | 46 |
| Binary | 1101100 | 1010111 | 1011100 | 0 | 10011 | 1111 | 111010 | 101011010 | 1011 | 100110 |
Color Harmonies of #6C575C
Complementary color
Monochromatic Colors of #6C575C
Black with #6C575C
Text Example
Text Example
White with #6C575C
Text Example
Text Example
HTML Codes & Css Web 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>