Shades of Falcon #6A5556
Tints of Falcon #6A5556
RGB
CMYK
RGB Variations
Color information
#6A5556 (or 0x6A5556) is known color: Falcon. HEX triplet: 6A, 55 and 56. RGB value is (106,85,86). Sum of RGB (Red+Green+Blue) = 106+85+86=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5556 is #95AAA9. Grayscale: #5B5B5B. Windows color (decimal): -9808554 or 5657962. OLE color: 5657962.
HSL color Cylindrical-coordinate representation of color #6A5556: hue angle of 357.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A5556 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 85 | 86 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.58 |
| HSL | 357.14º | 0.11% | 0.37% | - |
| HSV(B) | 357.14º | 0.2% | 0.42% | - |
| XYZ | 10.87 | 10.23 | 10.21 | - |
| YUV | 91.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 85 | 86 | 0 | 0.20 | 0.19 | 0.58 | 357.14 | 0.11 | 0.37 |
| Hex | 6A | 55 | 56 | 0 | 14 | 13 | 3A | 165 | B | 25 |
| Octal | 152 | 125 | 126 | 0 | 24 | 23 | 72 | 545 | 13 | 45 |
| Binary | 1101010 | 1010101 | 1010110 | 0 | 10100 | 10011 | 111010 | 101100101 | 1011 | 100101 |
Color Harmonies of #6A5556
Complementary color
Monochromatic Colors of #6A5556
Black with #6A5556
Text Example
Text Example
White with #6A5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5556; }
p { color: rgb(106,85,86); }
H1.HeaderClassName
{
color: #6A5556;
}
.AnyTagClassName
{
color: #6A5556;
}
</style>
background-color css
<style>
a { background-color: #6A5556; }
a { background-color: rgb(106,85,86); }
div.DivClassName
{
background-color: #6A5556;
}
.BgClassName
{
background-color: #6A5556;
}
</style>
border-color css
<style>
span { border-color: #6A5556; }
span { border-color: rgb(106,85,86); }
td.TdClassName
{
border-color: #6A5556;
}
.TagClassName
{
border-color: #6A5556;
}
</style>