Shades of Falcon #6E545B
Tints of Falcon #6E545B
RGB
CMYK
RGB Variations
Color information
#6E545B (or 0x6E545B) is known color: Falcon. HEX triplet: 6E, 54 and 5B. RGB value is (110,84,91). Sum of RGB (Red+Green+Blue) = 110+84+91=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E545B is #91ABA4. Grayscale: #5C5C5C. Windows color (decimal): -9546661 or 5985390. OLE color: 5985390.
HSL color Cylindrical-coordinate representation of color #6E545B: hue angle of 343.85º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E545B is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 84 | 91 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.57 |
| HSL | 343.85º | 0.13% | 0.38% | - |
| HSV(B) | 343.85º | 0.24% | 0.43% | - |
| XYZ | 11.49 | 10.41 | 11.3 | - |
| YUV | 92.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 84 | 91 | 0 | 0.24 | 0.17 | 0.57 | 343.85 | 0.13 | 0.38 |
| Hex | 6E | 54 | 5B | 0 | 18 | 11 | 39 | 158 | D | 26 |
| Octal | 156 | 124 | 133 | 0 | 30 | 21 | 71 | 530 | 15 | 46 |
| Binary | 1101110 | 1010100 | 1011011 | 0 | 11000 | 10001 | 111001 | 101011000 | 1101 | 100110 |
Color Harmonies of #6E545B
Complementary color
Monochromatic Colors of #6E545B
Black with #6E545B
Text Example
Text Example
White with #6E545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E545B; }
p { color: rgb(110,84,91); }
H1.HeaderClassName
{
color: #6E545B;
}
.AnyTagClassName
{
color: #6E545B;
}
</style>
background-color css
<style>
a { background-color: #6E545B; }
a { background-color: rgb(110,84,91); }
div.DivClassName
{
background-color: #6E545B;
}
.BgClassName
{
background-color: #6E545B;
}
</style>
border-color css
<style>
span { border-color: #6E545B; }
span { border-color: rgb(110,84,91); }
td.TdClassName
{
border-color: #6E545B;
}
.TagClassName
{
border-color: #6E545B;
}
</style>