Shades of Falcon #6E5152
Tints of Falcon #6E5152
RGB
CMYK
RGB Variations
Color information
#6E5152 (or 0x6E5152) is known color: Falcon. HEX triplet: 6E, 51 and 52. RGB value is (110,81,82). Sum of RGB (Red+Green+Blue) = 110+81+82=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5152 is #91AEAD. Grayscale: #595959. Windows color (decimal): -9547438 or 5394798. OLE color: 5394798.
HSL color Cylindrical-coordinate representation of color #6E5152: hue angle of 357.93º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E5152 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 82 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.57 |
| HSL | 357.93º | 0.15% | 0.37% | - |
| HSV(B) | 357.93º | 0.26% | 0.43% | - |
| XYZ | 10.9 | 9.81 | 9.3 | - |
| YUV | 89.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 82 | 0 | 0.26 | 0.25 | 0.57 | 357.93 | 0.15 | 0.37 |
| Hex | 6E | 51 | 52 | 0 | 1A | 19 | 39 | 166 | F | 25 |
| Octal | 156 | 121 | 122 | 0 | 32 | 31 | 71 | 546 | 17 | 45 |
| Binary | 1101110 | 1010001 | 1010010 | 0 | 11010 | 11001 | 111001 | 101100110 | 1111 | 100101 |
Color Harmonies of #6E5152
Complementary color
Monochromatic Colors of #6E5152
Black with #6E5152
Text Example
Text Example
White with #6E5152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5152; }
p { color: rgb(110,81,82); }
H1.HeaderClassName
{
color: #6E5152;
}
.AnyTagClassName
{
color: #6E5152;
}
</style>
background-color css
<style>
a { background-color: #6E5152; }
a { background-color: rgb(110,81,82); }
div.DivClassName
{
background-color: #6E5152;
}
.BgClassName
{
background-color: #6E5152;
}
</style>
border-color css
<style>
span { border-color: #6E5152; }
span { border-color: rgb(110,81,82); }
td.TdClassName
{
border-color: #6E5152;
}
.TagClassName
{
border-color: #6E5152;
}
</style>