Shades of Falcon #6F5F61
Tints of Falcon #6F5F61
RGB
CMYK
RGB Variations
Color information
#6F5F61 (or 0x6F5F61) is known color: Falcon. HEX triplet: 6F, 5F and 61. RGB value is (111,95,97). Sum of RGB (Red+Green+Blue) = 111+95+97=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F61 is #90A09E. Grayscale: #646464. Windows color (decimal): -9478303 or 6381423. OLE color: 6381423.
HSL color Cylindrical-coordinate representation of color #6F5F61: hue angle of 352.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F5F61 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 97 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.56 |
| HSL | 352.5º | 0.08% | 0.4% | - |
| HSV(B) | 352.5º | 0.14% | 0.44% | - |
| XYZ | 12.81 | 12.43 | 13.03 | - |
| YUV | 100.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 97 | 0 | 0.14 | 0.13 | 0.56 | 352.5 | 0.08 | 0.4 |
| Hex | 6F | 5F | 61 | 0 | E | D | 38 | 160 | 8 | 28 |
| Octal | 157 | 137 | 141 | 0 | 16 | 15 | 70 | 540 | 10 | 50 |
| Binary | 1101111 | 1011111 | 1100001 | 0 | 1110 | 1101 | 111000 | 101100000 | 1000 | 101000 |
Color Harmonies of #6F5F61
Complementary color
Monochromatic Colors of #6F5F61
Black with #6F5F61
Text Example
Text Example
White with #6F5F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F61; }
p { color: rgb(111,95,97); }
H1.HeaderClassName
{
color: #6F5F61;
}
.AnyTagClassName
{
color: #6F5F61;
}
</style>
background-color css
<style>
a { background-color: #6F5F61; }
a { background-color: rgb(111,95,97); }
div.DivClassName
{
background-color: #6F5F61;
}
.BgClassName
{
background-color: #6F5F61;
}
</style>
border-color css
<style>
span { border-color: #6F5F61; }
span { border-color: rgb(111,95,97); }
td.TdClassName
{
border-color: #6F5F61;
}
.TagClassName
{
border-color: #6F5F61;
}
</style>