Shades of Falcon #6F4B50
Tints of Falcon #6F4B50
RGB
CMYK
RGB Variations
Color information
#6F4B50 (or 0x6F4B50) is known color: Falcon. HEX triplet: 6F, 4B and 50. RGB value is (111,75,80). Sum of RGB (Red+Green+Blue) = 111+75+80=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B50 is #90B4AF. Grayscale: #565656. Windows color (decimal): -9483440 or 5262191. OLE color: 5262191.
HSL color Cylindrical-coordinate representation of color #6F4B50: hue angle of 351.67º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4B50 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 80 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.56 |
| HSL | 351.67º | 0.19% | 0.36% | - |
| HSV(B) | 351.67º | 0.32% | 0.44% | - |
| XYZ | 10.52 | 8.99 | 8.77 | - |
| YUV | 86.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 80 | 0 | 0.32 | 0.28 | 0.56 | 351.67 | 0.19 | 0.36 |
| Hex | 6F | 4B | 50 | 0 | 20 | 1C | 38 | 160 | 13 | 24 |
| Octal | 157 | 113 | 120 | 0 | 40 | 34 | 70 | 540 | 23 | 44 |
| Binary | 1101111 | 1001011 | 1010000 | 0 | 100000 | 11100 | 111000 | 101100000 | 10011 | 100100 |
Color Harmonies of #6F4B50
Complementary color
Monochromatic Colors of #6F4B50
Black with #6F4B50
Text Example
Text Example
White with #6F4B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B50; }
p { color: rgb(111,75,80); }
H1.HeaderClassName
{
color: #6F4B50;
}
.AnyTagClassName
{
color: #6F4B50;
}
</style>
background-color css
<style>
a { background-color: #6F4B50; }
a { background-color: rgb(111,75,80); }
div.DivClassName
{
background-color: #6F4B50;
}
.BgClassName
{
background-color: #6F4B50;
}
</style>
border-color css
<style>
span { border-color: #6F4B50; }
span { border-color: rgb(111,75,80); }
td.TdClassName
{
border-color: #6F4B50;
}
.TagClassName
{
border-color: #6F4B50;
}
</style>