Shades of Falcon #6B5455
Tints of Falcon #6B5455
RGB
CMYK
RGB Variations
Color information
#6B5455 (or 0x6B5455) is known color: Falcon. HEX triplet: 6B, 54 and 55. RGB value is (107,84,85). Sum of RGB (Red+Green+Blue) = 107+84+85=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5455 is #94ABAA. Grayscale: #5B5B5B. Windows color (decimal): -9743275 or 5592171. OLE color: 5592171.
HSL color Cylindrical-coordinate representation of color #6B5455: hue angle of 357.39º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5455 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 84 | 85 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.58 |
| HSL | 357.39º | 0.12% | 0.37% | - |
| HSV(B) | 357.39º | 0.21% | 0.42% | - |
| XYZ | 10.87 | 10.12 | 9.98 | - |
| YUV | 90.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 85 | 0 | 0.21 | 0.21 | 0.58 | 357.39 | 0.12 | 0.37 |
| Hex | 6B | 54 | 55 | 0 | 15 | 15 | 3A | 165 | C | 25 |
| Octal | 153 | 124 | 125 | 0 | 25 | 25 | 72 | 545 | 14 | 45 |
| Binary | 1101011 | 1010100 | 1010101 | 0 | 10101 | 10101 | 111010 | 101100101 | 1100 | 100101 |
Color Harmonies of #6B5455
Complementary color
Monochromatic Colors of #6B5455
Black with #6B5455
Text Example
Text Example
White with #6B5455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5455; }
p { color: rgb(107,84,85); }
H1.HeaderClassName
{
color: #6B5455;
}
.AnyTagClassName
{
color: #6B5455;
}
</style>
background-color css
<style>
a { background-color: #6B5455; }
a { background-color: rgb(107,84,85); }
div.DivClassName
{
background-color: #6B5455;
}
.BgClassName
{
background-color: #6B5455;
}
</style>
border-color css
<style>
span { border-color: #6B5455; }
span { border-color: rgb(107,84,85); }
td.TdClassName
{
border-color: #6B5455;
}
.TagClassName
{
border-color: #6B5455;
}
</style>