Shades of Falcon #6C5556
Tints of Falcon #6C5556
RGB
CMYK
RGB Variations
Color information
#6C5556 (or 0x6C5556) is known color: Falcon. HEX triplet: 6C, 55 and 56. RGB value is (108,85,86). Sum of RGB (Red+Green+Blue) = 108+85+86=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5556 is #93AAA9. Grayscale: #5C5C5C. Windows color (decimal): -9677482 or 5657964. OLE color: 5657964.
HSL color Cylindrical-coordinate representation of color #6C5556: hue angle of 357.39º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C5556 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 85 | 86 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.58 |
| HSL | 357.39º | 0.12% | 0.38% | - |
| HSV(B) | 357.39º | 0.21% | 0.42% | - |
| XYZ | 11.11 | 10.36 | 10.22 | - |
| YUV | 91.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 85 | 86 | 0 | 0.21 | 0.20 | 0.58 | 357.39 | 0.12 | 0.38 |
| Hex | 6C | 55 | 56 | 0 | 15 | 14 | 3A | 165 | C | 26 |
| Octal | 154 | 125 | 126 | 0 | 25 | 24 | 72 | 545 | 14 | 46 |
| Binary | 1101100 | 1010101 | 1010110 | 0 | 10101 | 10100 | 111010 | 101100101 | 1100 | 100110 |
Color Harmonies of #6C5556
Complementary color
Monochromatic Colors of #6C5556
Black with #6C5556
Text Example
Text Example
White with #6C5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5556; }
p { color: rgb(108,85,86); }
H1.HeaderClassName
{
color: #6C5556;
}
.AnyTagClassName
{
color: #6C5556;
}
</style>
background-color css
<style>
a { background-color: #6C5556; }
a { background-color: rgb(108,85,86); }
div.DivClassName
{
background-color: #6C5556;
}
.BgClassName
{
background-color: #6C5556;
}
</style>
border-color css
<style>
span { border-color: #6C5556; }
span { border-color: rgb(108,85,86); }
td.TdClassName
{
border-color: #6C5556;
}
.TagClassName
{
border-color: #6C5556;
}
</style>