Shades of Falcon #6F5758
Tints of Falcon #6F5758
RGB
CMYK
RGB Variations
Color information
#6F5758 (or 0x6F5758) is known color: Falcon. HEX triplet: 6F, 57 and 58. RGB value is (111,87,88). Sum of RGB (Red+Green+Blue) = 111+87+88=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5758 is #90A8A7. Grayscale: #5E5E5E. Windows color (decimal): -9480360 or 5789551. OLE color: 5789551.
HSL color Cylindrical-coordinate representation of color #6F5758: hue angle of 357.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F5758 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 88 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.56 |
| HSL | 357.5º | 0.12% | 0.39% | - |
| HSV(B) | 357.5º | 0.22% | 0.44% | - |
| XYZ | 11.73 | 10.9 | 10.72 | - |
| YUV | 94.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 88 | 0 | 0.22 | 0.21 | 0.56 | 357.5 | 0.12 | 0.39 |
| Hex | 6F | 57 | 58 | 0 | 16 | 15 | 38 | 166 | C | 27 |
| Octal | 157 | 127 | 130 | 0 | 26 | 25 | 70 | 546 | 14 | 47 |
| Binary | 1101111 | 1010111 | 1011000 | 0 | 10110 | 10101 | 111000 | 101100110 | 1100 | 100111 |
Color Harmonies of #6F5758
Complementary color
Monochromatic Colors of #6F5758
Black with #6F5758
Text Example
Text Example
White with #6F5758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5758; }
p { color: rgb(111,87,88); }
H1.HeaderClassName
{
color: #6F5758;
}
.AnyTagClassName
{
color: #6F5758;
}
</style>
background-color css
<style>
a { background-color: #6F5758; }
a { background-color: rgb(111,87,88); }
div.DivClassName
{
background-color: #6F5758;
}
.BgClassName
{
background-color: #6F5758;
}
</style>
border-color css
<style>
span { border-color: #6F5758; }
span { border-color: rgb(111,87,88); }
td.TdClassName
{
border-color: #6F5758;
}
.TagClassName
{
border-color: #6F5758;
}
</style>