Shades of Falcon #6D555B
Tints of Falcon #6D555B
RGB
CMYK
RGB Variations
Color information
#6D555B (or 0x6D555B) is known color: Falcon. HEX triplet: 6D, 55 and 5B. RGB value is (109,85,91). Sum of RGB (Red+Green+Blue) = 109+85+91=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D555B is #92AAA4. Grayscale: #5C5C5C. Windows color (decimal): -9611941 or 5985645. OLE color: 5985645.
HSL color Cylindrical-coordinate representation of color #6D555B: hue angle of 345º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D555B is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 91 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.57 |
| HSL | 345º | 0.12% | 0.38% | - |
| HSV(B) | 345º | 0.22% | 0.43% | - |
| XYZ | 11.44 | 10.5 | 11.32 | - |
| YUV | 92.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 91 | 0 | 0.22 | 0.17 | 0.57 | 345 | 0.12 | 0.38 |
| Hex | 6D | 55 | 5B | 0 | 16 | 11 | 39 | 159 | C | 26 |
| Octal | 155 | 125 | 133 | 0 | 26 | 21 | 71 | 531 | 14 | 46 |
| Binary | 1101101 | 1010101 | 1011011 | 0 | 10110 | 10001 | 111001 | 101011001 | 1100 | 100110 |
Color Harmonies of #6D555B
Complementary color
Monochromatic Colors of #6D555B
Black with #6D555B
Text Example
Text Example
White with #6D555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D555B; }
p { color: rgb(109,85,91); }
H1.HeaderClassName
{
color: #6D555B;
}
.AnyTagClassName
{
color: #6D555B;
}
</style>
background-color css
<style>
a { background-color: #6D555B; }
a { background-color: rgb(109,85,91); }
div.DivClassName
{
background-color: #6D555B;
}
.BgClassName
{
background-color: #6D555B;
}
</style>
border-color css
<style>
span { border-color: #6D555B; }
span { border-color: rgb(109,85,91); }
td.TdClassName
{
border-color: #6D555B;
}
.TagClassName
{
border-color: #6D555B;
}
</style>