Shades of Falcon #6B5F61
Tints of Falcon #6B5F61
RGB
CMYK
RGB Variations
Color information
#6B5F61 (or 0x6B5F61) is known color: Falcon. HEX triplet: 6B, 5F and 61. RGB value is (107,95,97). Sum of RGB (Red+Green+Blue) = 107+95+97=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F61 is #94A09E. Grayscale: #626262. Windows color (decimal): -9740447 or 6381419. OLE color: 6381419.
HSL color Cylindrical-coordinate representation of color #6B5F61: hue angle of 350º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B5F61 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 95 | 97 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.58 |
| HSL | 350º | 0.06% | 0.4% | - |
| HSV(B) | 350º | 0.11% | 0.42% | - |
| XYZ | 12.31 | 12.17 | 13.01 | - |
| YUV | 98.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 97 | 0 | 0.11 | 0.09 | 0.58 | 350 | 0.06 | 0.4 |
| Hex | 6B | 5F | 61 | 0 | B | 9 | 3A | 15E | 6 | 28 |
| Octal | 153 | 137 | 141 | 0 | 13 | 11 | 72 | 536 | 6 | 50 |
| Binary | 1101011 | 1011111 | 1100001 | 0 | 1011 | 1001 | 111010 | 101011110 | 110 | 101000 |
Color Harmonies of #6B5F61
Complementary color
Monochromatic Colors of #6B5F61
Black with #6B5F61
Text Example
Text Example
White with #6B5F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5F61; }
p { color: rgb(107,95,97); }
H1.HeaderClassName
{
color: #6B5F61;
}
.AnyTagClassName
{
color: #6B5F61;
}
</style>
background-color css
<style>
a { background-color: #6B5F61; }
a { background-color: rgb(107,95,97); }
div.DivClassName
{
background-color: #6B5F61;
}
.BgClassName
{
background-color: #6B5F61;
}
</style>
border-color css
<style>
span { border-color: #6B5F61; }
span { border-color: rgb(107,95,97); }
td.TdClassName
{
border-color: #6B5F61;
}
.TagClassName
{
border-color: #6B5F61;
}
</style>