Shades of Falcon #6B5255
Tints of Falcon #6B5255
RGB
CMYK
RGB Variations
Color information
#6B5255 (or 0x6B5255) is known color: Falcon. HEX triplet: 6B, 52 and 55. RGB value is (107,82,85). Sum of RGB (Red+Green+Blue) = 107+82+85=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5255 is #94ADAA. Grayscale: #595959. Windows color (decimal): -9743787 or 5591659. OLE color: 5591659.
HSL color Cylindrical-coordinate representation of color #6B5255: hue angle of 352.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B5255 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 85 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.58 |
| HSL | 352.8º | 0.13% | 0.37% | - |
| HSV(B) | 352.8º | 0.23% | 0.42% | - |
| XYZ | 10.72 | 9.82 | 9.92 | - |
| YUV | 89.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 85 | 0 | 0.23 | 0.21 | 0.58 | 352.8 | 0.13 | 0.37 |
| Hex | 6B | 52 | 55 | 0 | 17 | 15 | 3A | 161 | D | 25 |
| Octal | 153 | 122 | 125 | 0 | 27 | 25 | 72 | 541 | 15 | 45 |
| Binary | 1101011 | 1010010 | 1010101 | 0 | 10111 | 10101 | 111010 | 101100001 | 1101 | 100101 |
Color Harmonies of #6B5255
Complementary color
Monochromatic Colors of #6B5255
Black with #6B5255
Text Example
Text Example
White with #6B5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5255; }
p { color: rgb(107,82,85); }
H1.HeaderClassName
{
color: #6B5255;
}
.AnyTagClassName
{
color: #6B5255;
}
</style>
background-color css
<style>
a { background-color: #6B5255; }
a { background-color: rgb(107,82,85); }
div.DivClassName
{
background-color: #6B5255;
}
.BgClassName
{
background-color: #6B5255;
}
</style>
border-color css
<style>
span { border-color: #6B5255; }
span { border-color: rgb(107,82,85); }
td.TdClassName
{
border-color: #6B5255;
}
.TagClassName
{
border-color: #6B5255;
}
</style>