Shades of Falcon #6D5758
Tints of Falcon #6D5758
RGB
CMYK
RGB Variations
Color information
#6D5758 (or 0x6D5758) is known color: Falcon. HEX triplet: 6D, 57 and 58. RGB value is (109,87,88). Sum of RGB (Red+Green+Blue) = 109+87+88=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5758 is #92A8A7. Grayscale: #5D5D5D. Windows color (decimal): -9611432 or 5789549. OLE color: 5789549.
HSL color Cylindrical-coordinate representation of color #6D5758: hue angle of 357.27º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D5758 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 88 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.57 |
| HSL | 357.27º | 0.11% | 0.38% | - |
| HSV(B) | 357.27º | 0.2% | 0.43% | - |
| XYZ | 11.48 | 10.77 | 10.71 | - |
| YUV | 93.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 88 | 0 | 0.20 | 0.19 | 0.57 | 357.27 | 0.11 | 0.38 |
| Hex | 6D | 57 | 58 | 0 | 14 | 13 | 39 | 165 | B | 26 |
| Octal | 155 | 127 | 130 | 0 | 24 | 23 | 71 | 545 | 13 | 46 |
| Binary | 1101101 | 1010111 | 1011000 | 0 | 10100 | 10011 | 111001 | 101100101 | 1011 | 100110 |
Color Harmonies of #6D5758
Complementary color
Monochromatic Colors of #6D5758
Black with #6D5758
Text Example
Text Example
White with #6D5758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5758; }
p { color: rgb(109,87,88); }
H1.HeaderClassName
{
color: #6D5758;
}
.AnyTagClassName
{
color: #6D5758;
}
</style>
background-color css
<style>
a { background-color: #6D5758; }
a { background-color: rgb(109,87,88); }
div.DivClassName
{
background-color: #6D5758;
}
.BgClassName
{
background-color: #6D5758;
}
</style>
border-color css
<style>
span { border-color: #6D5758; }
span { border-color: rgb(109,87,88); }
td.TdClassName
{
border-color: #6D5758;
}
.TagClassName
{
border-color: #6D5758;
}
</style>