Shades of Falcon #6A5354
Tints of Falcon #6A5354
RGB
CMYK
RGB Variations
Color information
#6A5354 (or 0x6A5354) is known color: Falcon. HEX triplet: 6A, 53 and 54. RGB value is (106,83,84). Sum of RGB (Red+Green+Blue) = 106+83+84=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5354 is #95ACAB. Grayscale: #5A5A5A. Windows color (decimal): -9809068 or 5526378. OLE color: 5526378.
HSL color Cylindrical-coordinate representation of color #6A5354: hue angle of 357.39º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A5354 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 83 | 84 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.58 |
| HSL | 357.39º | 0.12% | 0.37% | - |
| HSV(B) | 357.39º | 0.22% | 0.42% | - |
| XYZ | 10.64 | 9.89 | 9.74 | - |
| YUV | 89.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 83 | 84 | 0 | 0.22 | 0.21 | 0.58 | 357.39 | 0.12 | 0.37 |
| Hex | 6A | 53 | 54 | 0 | 16 | 15 | 3A | 165 | C | 25 |
| Octal | 152 | 123 | 124 | 0 | 26 | 25 | 72 | 545 | 14 | 45 |
| Binary | 1101010 | 1010011 | 1010100 | 0 | 10110 | 10101 | 111010 | 101100101 | 1100 | 100101 |
Color Harmonies of #6A5354
Complementary color
Monochromatic Colors of #6A5354
Black with #6A5354
Text Example
Text Example
White with #6A5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5354; }
p { color: rgb(106,83,84); }
H1.HeaderClassName
{
color: #6A5354;
}
.AnyTagClassName
{
color: #6A5354;
}
</style>
background-color css
<style>
a { background-color: #6A5354; }
a { background-color: rgb(106,83,84); }
div.DivClassName
{
background-color: #6A5354;
}
.BgClassName
{
background-color: #6A5354;
}
</style>
border-color css
<style>
span { border-color: #6A5354; }
span { border-color: rgb(106,83,84); }
td.TdClassName
{
border-color: #6A5354;
}
.TagClassName
{
border-color: #6A5354;
}
</style>