Shades of Falcon #6F585D
Tints of Falcon #6F585D
RGB
CMYK
RGB Variations
Color information
#6F585D (or 0x6F585D) is known color: Falcon. HEX triplet: 6F, 58 and 5D. RGB value is (111,88,93). Sum of RGB (Red+Green+Blue) = 111+88+93=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F585D is #90A7A2. Grayscale: #5F5F5F. Windows color (decimal): -9480099 or 6117487. OLE color: 6117487.
HSL color Cylindrical-coordinate representation of color #6F585D: hue angle of 346.96º 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 #6F585D is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 93 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.56 |
| HSL | 346.96º | 0.12% | 0.39% | - |
| HSV(B) | 346.96º | 0.21% | 0.44% | - |
| XYZ | 12.02 | 11.15 | 11.87 | - |
| YUV | 95.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 93 | 0 | 0.21 | 0.16 | 0.56 | 346.96 | 0.12 | 0.39 |
| Hex | 6F | 58 | 5D | 0 | 15 | 10 | 38 | 15B | C | 27 |
| Octal | 157 | 130 | 135 | 0 | 25 | 20 | 70 | 533 | 14 | 47 |
| Binary | 1101111 | 1011000 | 1011101 | 0 | 10101 | 10000 | 111000 | 101011011 | 1100 | 100111 |
Color Harmonies of #6F585D
Complementary color
Monochromatic Colors of #6F585D
Black with #6F585D
Text Example
Text Example
White with #6F585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F585D; }
p { color: rgb(111,88,93); }
H1.HeaderClassName
{
color: #6F585D;
}
.AnyTagClassName
{
color: #6F585D;
}
</style>
background-color css
<style>
a { background-color: #6F585D; }
a { background-color: rgb(111,88,93); }
div.DivClassName
{
background-color: #6F585D;
}
.BgClassName
{
background-color: #6F585D;
}
</style>
border-color css
<style>
span { border-color: #6F585D; }
span { border-color: rgb(111,88,93); }
td.TdClassName
{
border-color: #6F585D;
}
.TagClassName
{
border-color: #6F585D;
}
</style>