Shades of Falcon #6B4E52
Tints of Falcon #6B4E52
RGB
CMYK
RGB Variations
Color information
#6B4E52 (or 0x6B4E52) is known color: Falcon. HEX triplet: 6B, 4E and 52. RGB value is (107,78,82). Sum of RGB (Red+Green+Blue) = 107+78+82=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E52 is #94B1AD. Grayscale: #575757. Windows color (decimal): -9744814 or 5394027. OLE color: 5394027.
HSL color Cylindrical-coordinate representation of color #6B4E52: hue angle of 351.72º 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 #6B4E52 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 82 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.58 |
| HSL | 351.72º | 0.16% | 0.36% | - |
| HSV(B) | 351.72º | 0.27% | 0.42% | - |
| XYZ | 10.31 | 9.18 | 9.21 | - |
| YUV | 87.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 82 | 0 | 0.27 | 0.23 | 0.58 | 351.72 | 0.16 | 0.36 |
| Hex | 6B | 4E | 52 | 0 | 1B | 17 | 3A | 160 | 10 | 24 |
| Octal | 153 | 116 | 122 | 0 | 33 | 27 | 72 | 540 | 20 | 44 |
| Binary | 1101011 | 1001110 | 1010010 | 0 | 11011 | 10111 | 111010 | 101100000 | 10000 | 100100 |
Color Harmonies of #6B4E52
Complementary color
Monochromatic Colors of #6B4E52
Black with #6B4E52
Text Example
Text Example
White with #6B4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E52; }
p { color: rgb(107,78,82); }
H1.HeaderClassName
{
color: #6B4E52;
}
.AnyTagClassName
{
color: #6B4E52;
}
</style>
background-color css
<style>
a { background-color: #6B4E52; }
a { background-color: rgb(107,78,82); }
div.DivClassName
{
background-color: #6B4E52;
}
.BgClassName
{
background-color: #6B4E52;
}
</style>
border-color css
<style>
span { border-color: #6B4E52; }
span { border-color: rgb(107,78,82); }
td.TdClassName
{
border-color: #6B4E52;
}
.TagClassName
{
border-color: #6B4E52;
}
</style>