Shades of Falcon #6A4D4F
Tints of Falcon #6A4D4F
RGB
CMYK
RGB Variations
Color information
#6A4D4F (or 0x6A4D4F) is known color: Falcon. HEX triplet: 6A, 4D and 4F. RGB value is (106,77,79). Sum of RGB (Red+Green+Blue) = 106+77+79=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4D4F is #95B2B0. Grayscale: #555555. Windows color (decimal): -9810609 or 5197162. OLE color: 5197162.
HSL color Cylindrical-coordinate representation of color #6A4D4F: hue angle of 355.86º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A4D4F is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 77 | 79 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.58 |
| HSL | 355.86º | 0.16% | 0.36% | - |
| HSV(B) | 355.86º | 0.27% | 0.42% | - |
| XYZ | 10.01 | 8.94 | 8.59 | - |
| YUV | 85.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 77 | 79 | 0 | 0.27 | 0.25 | 0.58 | 355.86 | 0.16 | 0.36 |
| Hex | 6A | 4D | 4F | 0 | 1B | 19 | 3A | 164 | 10 | 24 |
| Octal | 152 | 115 | 117 | 0 | 33 | 31 | 72 | 544 | 20 | 44 |
| Binary | 1101010 | 1001101 | 1001111 | 0 | 11011 | 11001 | 111010 | 101100100 | 10000 | 100100 |
Color Harmonies of #6A4D4F
Complementary color
Monochromatic Colors of #6A4D4F
Black with #6A4D4F
Text Example
Text Example
White with #6A4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4D4F; }
p { color: rgb(106,77,79); }
H1.HeaderClassName
{
color: #6A4D4F;
}
.AnyTagClassName
{
color: #6A4D4F;
}
</style>
background-color css
<style>
a { background-color: #6A4D4F; }
a { background-color: rgb(106,77,79); }
div.DivClassName
{
background-color: #6A4D4F;
}
.BgClassName
{
background-color: #6A4D4F;
}
</style>
border-color css
<style>
span { border-color: #6A4D4F; }
span { border-color: rgb(106,77,79); }
td.TdClassName
{
border-color: #6A4D4F;
}
.TagClassName
{
border-color: #6A4D4F;
}
</style>