Shades of Falcon #6A565A
Tints of Falcon #6A565A
RGB
CMYK
RGB Variations
Color information
#6A565A (or 0x6A565A) is known color: Falcon. HEX triplet: 6A, 56 and 5A. RGB value is (106,86,90). Sum of RGB (Red+Green+Blue) = 106+86+90=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A565A is #95A9A5. Grayscale: #5C5C5C. Windows color (decimal): -9808294 or 5920362. OLE color: 5920362.
HSL color Cylindrical-coordinate representation of color #6A565A: hue angle of 348º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A565A is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 86 | 90 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.58 |
| HSL | 348º | 0.1% | 0.38% | - |
| HSV(B) | 348º | 0.19% | 0.42% | - |
| XYZ | 11.12 | 10.46 | 11.11 | - |
| YUV | 92.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 86 | 90 | 0 | 0.19 | 0.15 | 0.58 | 348 | 0.1 | 0.38 |
| Hex | 6A | 56 | 5A | 0 | 13 | F | 3A | 15C | A | 26 |
| Octal | 152 | 126 | 132 | 0 | 23 | 17 | 72 | 534 | 12 | 46 |
| Binary | 1101010 | 1010110 | 1011010 | 0 | 10011 | 1111 | 111010 | 101011100 | 1010 | 100110 |
Color Harmonies of #6A565A
Complementary color
Monochromatic Colors of #6A565A
Black with #6A565A
Text Example
Text Example
White with #6A565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A565A; }
p { color: rgb(106,86,90); }
H1.HeaderClassName
{
color: #6A565A;
}
.AnyTagClassName
{
color: #6A565A;
}
</style>
background-color css
<style>
a { background-color: #6A565A; }
a { background-color: rgb(106,86,90); }
div.DivClassName
{
background-color: #6A565A;
}
.BgClassName
{
background-color: #6A565A;
}
</style>
border-color css
<style>
span { border-color: #6A565A; }
span { border-color: rgb(106,86,90); }
td.TdClassName
{
border-color: #6A565A;
}
.TagClassName
{
border-color: #6A565A;
}
</style>