Shades of Falcon #6D5258
Tints of Falcon #6D5258
RGB
CMYK
RGB Variations
Color information
#6D5258 (or 0x6D5258) is known color: Falcon. HEX triplet: 6D, 52 and 58. RGB value is (109,82,88). Sum of RGB (Red+Green+Blue) = 109+82+88=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5258 is #92ADA7. Grayscale: #5A5A5A. Windows color (decimal): -9612712 or 5788269. OLE color: 5788269.
HSL color Cylindrical-coordinate representation of color #6D5258: hue angle of 346.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D5258 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 82 | 88 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.57 |
| HSL | 346.67º | 0.14% | 0.37% | - |
| HSV(B) | 346.67º | 0.25% | 0.43% | - |
| XYZ | 11.09 | 9.99 | 10.58 | - |
| YUV | 90.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 88 | 0 | 0.25 | 0.19 | 0.57 | 346.67 | 0.14 | 0.37 |
| Hex | 6D | 52 | 58 | 0 | 19 | 13 | 39 | 15B | E | 25 |
| Octal | 155 | 122 | 130 | 0 | 31 | 23 | 71 | 533 | 16 | 45 |
| Binary | 1101101 | 1010010 | 1011000 | 0 | 11001 | 10011 | 111001 | 101011011 | 1110 | 100101 |
Color Harmonies of #6D5258
Complementary color
Monochromatic Colors of #6D5258
Black with #6D5258
Text Example
Text Example
White with #6D5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5258; }
p { color: rgb(109,82,88); }
H1.HeaderClassName
{
color: #6D5258;
}
.AnyTagClassName
{
color: #6D5258;
}
</style>
background-color css
<style>
a { background-color: #6D5258; }
a { background-color: rgb(109,82,88); }
div.DivClassName
{
background-color: #6D5258;
}
.BgClassName
{
background-color: #6D5258;
}
</style>
border-color css
<style>
span { border-color: #6D5258; }
span { border-color: rgb(109,82,88); }
td.TdClassName
{
border-color: #6D5258;
}
.TagClassName
{
border-color: #6D5258;
}
</style>