Shades of Falcon #6F5B5D
Tints of Falcon #6F5B5D
RGB
CMYK
RGB Variations
Color information
#6F5B5D (or 0x6F5B5D) is known color: Falcon. HEX triplet: 6F, 5B and 5D. RGB value is (111,91,93). Sum of RGB (Red+Green+Blue) = 111+91+93=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B5D is #90A4A2. Grayscale: #616161. Windows color (decimal): -9479331 or 6118255. OLE color: 6118255.
HSL color Cylindrical-coordinate representation of color #6F5B5D: hue angle of 354º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5B5D is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 93 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.56 |
| HSL | 354º | 0.1% | 0.4% | - |
| HSV(B) | 354º | 0.18% | 0.44% | - |
| XYZ | 12.27 | 11.65 | 11.96 | - |
| YUV | 97.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 93 | 0 | 0.18 | 0.16 | 0.56 | 354 | 0.1 | 0.4 |
| Hex | 6F | 5B | 5D | 0 | 12 | 10 | 38 | 162 | A | 28 |
| Octal | 157 | 133 | 135 | 0 | 22 | 20 | 70 | 542 | 12 | 50 |
| Binary | 1101111 | 1011011 | 1011101 | 0 | 10010 | 10000 | 111000 | 101100010 | 1010 | 101000 |
Color Harmonies of #6F5B5D
Complementary color
Monochromatic Colors of #6F5B5D
Black with #6F5B5D
Text Example
Text Example
White with #6F5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B5D; }
p { color: rgb(111,91,93); }
H1.HeaderClassName
{
color: #6F5B5D;
}
.AnyTagClassName
{
color: #6F5B5D;
}
</style>
background-color css
<style>
a { background-color: #6F5B5D; }
a { background-color: rgb(111,91,93); }
div.DivClassName
{
background-color: #6F5B5D;
}
.BgClassName
{
background-color: #6F5B5D;
}
</style>
border-color css
<style>
span { border-color: #6F5B5D; }
span { border-color: rgb(111,91,93); }
td.TdClassName
{
border-color: #6F5B5D;
}
.TagClassName
{
border-color: #6F5B5D;
}
</style>