Shades of Falcon #6F4E4F
Tints of Falcon #6F4E4F
RGB
CMYK
RGB Variations
Color information
#6F4E4F (or 0x6F4E4F) is known color: Falcon. HEX triplet: 6F, 4E and 4F. RGB value is (111,78,79). Sum of RGB (Red+Green+Blue) = 111+78+79=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E4F is #90B1B0. Grayscale: #585858. Windows color (decimal): -9482673 or 5197423. OLE color: 5197423.
HSL color Cylindrical-coordinate representation of color #6F4E4F: hue angle of 358.18º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F4E4F is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 79 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.56 |
| HSL | 358.18º | 0.17% | 0.37% | - |
| HSV(B) | 358.18º | 0.3% | 0.44% | - |
| XYZ | 10.69 | 9.39 | 8.65 | - |
| YUV | 87.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 79 | 0 | 0.30 | 0.29 | 0.56 | 358.18 | 0.17 | 0.37 |
| Hex | 6F | 4E | 4F | 0 | 1E | 1D | 38 | 166 | 11 | 25 |
| Octal | 157 | 116 | 117 | 0 | 36 | 35 | 70 | 546 | 21 | 45 |
| Binary | 1101111 | 1001110 | 1001111 | 0 | 11110 | 11101 | 111000 | 101100110 | 10001 | 100101 |
Color Harmonies of #6F4E4F
Complementary color
Monochromatic Colors of #6F4E4F
Black with #6F4E4F
Text Example
Text Example
White with #6F4E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E4F; }
p { color: rgb(111,78,79); }
H1.HeaderClassName
{
color: #6F4E4F;
}
.AnyTagClassName
{
color: #6F4E4F;
}
</style>
background-color css
<style>
a { background-color: #6F4E4F; }
a { background-color: rgb(111,78,79); }
div.DivClassName
{
background-color: #6F4E4F;
}
.BgClassName
{
background-color: #6F4E4F;
}
</style>
border-color css
<style>
span { border-color: #6F4E4F; }
span { border-color: rgb(111,78,79); }
td.TdClassName
{
border-color: #6F4E4F;
}
.TagClassName
{
border-color: #6F4E4F;
}
</style>