Shades of Falcon #6F585B
Tints of Falcon #6F585B
RGB
CMYK
RGB Variations
Color information
#6F585B (or 0x6F585B) is known color: Falcon. HEX triplet: 6F, 58 and 5B. RGB value is (111,88,91). Sum of RGB (Red+Green+Blue) = 111+88+91=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F585B is #90A7A4. Grayscale: #5F5F5F. Windows color (decimal): -9480101 or 5986415. OLE color: 5986415.
HSL color Cylindrical-coordinate representation of color #6F585B: hue angle of 352.17º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F585B is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 91 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.56 |
| HSL | 352.17º | 0.12% | 0.39% | - |
| HSV(B) | 352.17º | 0.21% | 0.44% | - |
| XYZ | 11.93 | 11.11 | 11.41 | - |
| YUV | 95.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 91 | 0 | 0.21 | 0.18 | 0.56 | 352.17 | 0.12 | 0.39 |
| Hex | 6F | 58 | 5B | 0 | 15 | 12 | 38 | 160 | C | 27 |
| Octal | 157 | 130 | 133 | 0 | 25 | 22 | 70 | 540 | 14 | 47 |
| Binary | 1101111 | 1011000 | 1011011 | 0 | 10101 | 10010 | 111000 | 101100000 | 1100 | 100111 |
Color Harmonies of #6F585B
Complementary color
Monochromatic Colors of #6F585B
Black with #6F585B
Text Example
Text Example
White with #6F585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F585B; }
p { color: rgb(111,88,91); }
H1.HeaderClassName
{
color: #6F585B;
}
.AnyTagClassName
{
color: #6F585B;
}
</style>
background-color css
<style>
a { background-color: #6F585B; }
a { background-color: rgb(111,88,91); }
div.DivClassName
{
background-color: #6F585B;
}
.BgClassName
{
background-color: #6F585B;
}
</style>
border-color css
<style>
span { border-color: #6F585B; }
span { border-color: rgb(111,88,91); }
td.TdClassName
{
border-color: #6F585B;
}
.TagClassName
{
border-color: #6F585B;
}
</style>