Shades of Falcon #6C5255
Tints of Falcon #6C5255
RGB
CMYK
RGB Variations
Color information
#6C5255 (or 0x6C5255) is known color: Falcon. HEX triplet: 6C, 52 and 55. RGB value is (108,82,85). Sum of RGB (Red+Green+Blue) = 108+82+85=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5255 is #93ADAA. Grayscale: #5A5A5A. Windows color (decimal): -9678251 or 5591660. OLE color: 5591660.
HSL color Cylindrical-coordinate representation of color #6C5255: hue angle of 353.08º 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 #6C5255 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 82 | 85 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.58 |
| HSL | 353.08º | 0.14% | 0.37% | - |
| HSV(B) | 353.08º | 0.24% | 0.42% | - |
| XYZ | 10.84 | 9.88 | 9.93 | - |
| YUV | 90.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 85 | 0 | 0.24 | 0.21 | 0.58 | 353.08 | 0.14 | 0.37 |
| Hex | 6C | 52 | 55 | 0 | 18 | 15 | 3A | 161 | E | 25 |
| Octal | 154 | 122 | 125 | 0 | 30 | 25 | 72 | 541 | 16 | 45 |
| Binary | 1101100 | 1010010 | 1010101 | 0 | 11000 | 10101 | 111010 | 101100001 | 1110 | 100101 |
Color Harmonies of #6C5255
Complementary color
Monochromatic Colors of #6C5255
Black with #6C5255
Text Example
Text Example
White with #6C5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5255; }
p { color: rgb(108,82,85); }
H1.HeaderClassName
{
color: #6C5255;
}
.AnyTagClassName
{
color: #6C5255;
}
</style>
background-color css
<style>
a { background-color: #6C5255; }
a { background-color: rgb(108,82,85); }
div.DivClassName
{
background-color: #6C5255;
}
.BgClassName
{
background-color: #6C5255;
}
</style>
border-color css
<style>
span { border-color: #6C5255; }
span { border-color: rgb(108,82,85); }
td.TdClassName
{
border-color: #6C5255;
}
.TagClassName
{
border-color: #6C5255;
}
</style>