Shades of Falcon #6C5457
Tints of Falcon #6C5457
RGB
CMYK
RGB Variations
Color information
#6C5457 (or 0x6C5457) is known color: Falcon. HEX triplet: 6C, 54 and 57. RGB value is (108,84,87). Sum of RGB (Red+Green+Blue) = 108+84+87=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5457 is #93ABA8. Grayscale: #5B5B5B. Windows color (decimal): -9677737 or 5723244. OLE color: 5723244.
HSL color Cylindrical-coordinate representation of color #6C5457: hue angle of 352.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C5457 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 84 | 87 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.58 |
| HSL | 352.5º | 0.13% | 0.38% | - |
| HSV(B) | 352.5º | 0.22% | 0.42% | - |
| XYZ | 11.07 | 10.22 | 10.41 | - |
| YUV | 91.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 87 | 0 | 0.22 | 0.19 | 0.58 | 352.5 | 0.13 | 0.38 |
| Hex | 6C | 54 | 57 | 0 | 16 | 13 | 3A | 160 | C | 26 |
| Octal | 154 | 124 | 127 | 0 | 26 | 23 | 72 | 540 | 14 | 46 |
| Binary | 1101100 | 1010100 | 1010111 | 0 | 10110 | 10011 | 111010 | 101100000 | 1100 | 100110 |
Color Harmonies of #6C5457
Complementary color
Monochromatic Colors of #6C5457
Black with #6C5457
Text Example
Text Example
White with #6C5457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5457; }
p { color: rgb(108,84,87); }
H1.HeaderClassName
{
color: #6C5457;
}
.AnyTagClassName
{
color: #6C5457;
}
</style>
background-color css
<style>
a { background-color: #6C5457; }
a { background-color: rgb(108,84,87); }
div.DivClassName
{
background-color: #6C5457;
}
.BgClassName
{
background-color: #6C5457;
}
</style>
border-color css
<style>
span { border-color: #6C5457; }
span { border-color: rgb(108,84,87); }
td.TdClassName
{
border-color: #6C5457;
}
.TagClassName
{
border-color: #6C5457;
}
</style>