Shades of Falcon #6C5253
Tints of Falcon #6C5253
RGB
CMYK
RGB Variations
Color information
#6C5253 (or 0x6C5253) is known color: Falcon. HEX triplet: 6C, 52 and 53. RGB value is (108,82,83). Sum of RGB (Red+Green+Blue) = 108+82+83=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5253 is #93ADAC. Grayscale: #595959. Windows color (decimal): -9678253 or 5460588. OLE color: 5460588.
HSL color Cylindrical-coordinate representation of color #6C5253: hue angle of 357.69º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C5253 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 82 | 83 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.58 |
| HSL | 357.69º | 0.14% | 0.37% | - |
| HSV(B) | 357.69º | 0.24% | 0.42% | - |
| XYZ | 10.76 | 9.85 | 9.52 | - |
| YUV | 89.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 83 | 0 | 0.24 | 0.23 | 0.58 | 357.69 | 0.14 | 0.37 |
| Hex | 6C | 52 | 53 | 0 | 18 | 17 | 3A | 166 | E | 25 |
| Octal | 154 | 122 | 123 | 0 | 30 | 27 | 72 | 546 | 16 | 45 |
| Binary | 1101100 | 1010010 | 1010011 | 0 | 11000 | 10111 | 111010 | 101100110 | 1110 | 100101 |
Color Harmonies of #6C5253
Complementary color
Monochromatic Colors of #6C5253
Black with #6C5253
Text Example
Text Example
White with #6C5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5253; }
p { color: rgb(108,82,83); }
H1.HeaderClassName
{
color: #6C5253;
}
.AnyTagClassName
{
color: #6C5253;
}
</style>
background-color css
<style>
a { background-color: #6C5253; }
a { background-color: rgb(108,82,83); }
div.DivClassName
{
background-color: #6C5253;
}
.BgClassName
{
background-color: #6C5253;
}
</style>
border-color css
<style>
span { border-color: #6C5253; }
span { border-color: rgb(108,82,83); }
td.TdClassName
{
border-color: #6C5253;
}
.TagClassName
{
border-color: #6C5253;
}
</style>