Shades of Falcon #6F5B5C
Tints of Falcon #6F5B5C
RGB
CMYK
RGB Variations
Color information
#6F5B5C (or 0x6F5B5C) is known color: Falcon. HEX triplet: 6F, 5B and 5C. RGB value is (111,91,92). Sum of RGB (Red+Green+Blue) = 111+91+92=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B5C is #90A4A3. Grayscale: #616161. Windows color (decimal): -9479332 or 6052719. OLE color: 6052719.
HSL color Cylindrical-coordinate representation of color #6F5B5C: hue angle of 357º 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 #6F5B5C is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 92 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.56 |
| HSL | 357º | 0.1% | 0.4% | - |
| HSV(B) | 357º | 0.18% | 0.44% | - |
| XYZ | 12.23 | 11.63 | 11.73 | - |
| YUV | 97.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 92 | 0 | 0.18 | 0.17 | 0.56 | 357 | 0.1 | 0.4 |
| Hex | 6F | 5B | 5C | 0 | 12 | 11 | 38 | 165 | A | 28 |
| Octal | 157 | 133 | 134 | 0 | 22 | 21 | 70 | 545 | 12 | 50 |
| Binary | 1101111 | 1011011 | 1011100 | 0 | 10010 | 10001 | 111000 | 101100101 | 1010 | 101000 |
Color Harmonies of #6F5B5C
Complementary color
Monochromatic Colors of #6F5B5C
Black with #6F5B5C
Text Example
Text Example
White with #6F5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B5C; }
p { color: rgb(111,91,92); }
H1.HeaderClassName
{
color: #6F5B5C;
}
.AnyTagClassName
{
color: #6F5B5C;
}
</style>
background-color css
<style>
a { background-color: #6F5B5C; }
a { background-color: rgb(111,91,92); }
div.DivClassName
{
background-color: #6F5B5C;
}
.BgClassName
{
background-color: #6F5B5C;
}
</style>
border-color css
<style>
span { border-color: #6F5B5C; }
span { border-color: rgb(111,91,92); }
td.TdClassName
{
border-color: #6F5B5C;
}
.TagClassName
{
border-color: #6F5B5C;
}
</style>