Shades of Falcon #6C5F60
Tints of Falcon #6C5F60
RGB
CMYK
RGB Variations
Color information
#6C5F60 (or 0x6C5F60) is known color: Falcon. HEX triplet: 6C, 5F and 60. RGB value is (108,95,96). Sum of RGB (Red+Green+Blue) = 108+95+96=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5F60 is #93A09F. Grayscale: #636363. Windows color (decimal): -9674912 or 6315884. OLE color: 6315884.
HSL color Cylindrical-coordinate representation of color #6C5F60: hue angle of 355.38º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C5F60 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 95 | 96 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.58 |
| HSL | 355.38º | 0.06% | 0.4% | - |
| HSV(B) | 355.38º | 0.12% | 0.42% | - |
| XYZ | 12.39 | 12.22 | 12.77 | - |
| YUV | 99 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 95 | 96 | 0 | 0.12 | 0.11 | 0.58 | 355.38 | 0.06 | 0.4 |
| Hex | 6C | 5F | 60 | 0 | C | B | 3A | 163 | 6 | 28 |
| Octal | 154 | 137 | 140 | 0 | 14 | 13 | 72 | 543 | 6 | 50 |
| Binary | 1101100 | 1011111 | 1100000 | 0 | 1100 | 1011 | 111010 | 101100011 | 110 | 101000 |
Color Harmonies of #6C5F60
Complementary color
Monochromatic Colors of #6C5F60
Black with #6C5F60
Text Example
Text Example
White with #6C5F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5F60; }
p { color: rgb(108,95,96); }
H1.HeaderClassName
{
color: #6C5F60;
}
.AnyTagClassName
{
color: #6C5F60;
}
</style>
background-color css
<style>
a { background-color: #6C5F60; }
a { background-color: rgb(108,95,96); }
div.DivClassName
{
background-color: #6C5F60;
}
.BgClassName
{
background-color: #6C5F60;
}
</style>
border-color css
<style>
span { border-color: #6C5F60; }
span { border-color: rgb(108,95,96); }
td.TdClassName
{
border-color: #6C5F60;
}
.TagClassName
{
border-color: #6C5F60;
}
</style>