Shades of Falcon #6C585C
Tints of Falcon #6C585C
RGB
CMYK
RGB Variations
Color information
#6C585C (or 0x6C585C) is known color: Falcon. HEX triplet: 6C, 58 and 5C. RGB value is (108,88,92). Sum of RGB (Red+Green+Blue) = 108+88+92=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 108 - color contains mainly: red. Hex color #6C585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C585C is #93A7A3. Grayscale: #5E5E5E. Windows color (decimal): -9676708 or 6051948. OLE color: 6051948.
HSL color Cylindrical-coordinate representation of color #6C585C: hue angle of 348º degrees, saturation: 0.1, 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 #6C585C is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 88 | 92 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.58 |
| HSL | 348º | 0.1% | 0.38% | - |
| HSV(B) | 348º | 0.19% | 0.42% | - |
| XYZ | 11.61 | 10.94 | 11.63 | - |
| YUV | 94.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 88 | 92 | 0 | 0.19 | 0.15 | 0.58 | 348 | 0.1 | 0.38 |
| Hex | 6C | 58 | 5C | 0 | 13 | F | 3A | 15C | A | 26 |
| Octal | 154 | 130 | 134 | 0 | 23 | 17 | 72 | 534 | 12 | 46 |
| Binary | 1101100 | 1011000 | 1011100 | 0 | 10011 | 1111 | 111010 | 101011100 | 1010 | 100110 |
Color Harmonies of #6C585C
Complementary color
Monochromatic Colors of #6C585C
Black with #6C585C
Text Example
Text Example
White with #6C585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C585C; }
p { color: rgb(108,88,92); }
H1.HeaderClassName
{
color: #6C585C;
}
.AnyTagClassName
{
color: #6C585C;
}
</style>
background-color css
<style>
a { background-color: #6C585C; }
a { background-color: rgb(108,88,92); }
div.DivClassName
{
background-color: #6C585C;
}
.BgClassName
{
background-color: #6C585C;
}
</style>
border-color css
<style>
span { border-color: #6C585C; }
span { border-color: rgb(108,88,92); }
td.TdClassName
{
border-color: #6C585C;
}
.TagClassName
{
border-color: #6C585C;
}
</style>