Shades of Falcon #6B5357
Tints of Falcon #6B5357
RGB
CMYK
RGB Variations
Color information
#6B5357 (or 0x6B5357) is known color: Falcon. HEX triplet: 6B, 53 and 57. RGB value is (107,83,87). Sum of RGB (Red+Green+Blue) = 107+83+87=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5357 is #94ACA8. Grayscale: #5A5A5A. Windows color (decimal): -9743529 or 5722987. OLE color: 5722987.
HSL color Cylindrical-coordinate representation of color #6B5357: hue angle of 350º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B5357 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 87 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.58 |
| HSL | 350º | 0.13% | 0.37% | - |
| HSV(B) | 350º | 0.22% | 0.42% | - |
| XYZ | 10.88 | 10 | 10.37 | - |
| YUV | 90.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 87 | 0 | 0.22 | 0.19 | 0.58 | 350 | 0.13 | 0.37 |
| Hex | 6B | 53 | 57 | 0 | 16 | 13 | 3A | 15E | D | 25 |
| Octal | 153 | 123 | 127 | 0 | 26 | 23 | 72 | 536 | 15 | 45 |
| Binary | 1101011 | 1010011 | 1010111 | 0 | 10110 | 10011 | 111010 | 101011110 | 1101 | 100101 |
Color Harmonies of #6B5357
Complementary color
Monochromatic Colors of #6B5357
Black with #6B5357
Text Example
Text Example
White with #6B5357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5357; }
p { color: rgb(107,83,87); }
H1.HeaderClassName
{
color: #6B5357;
}
.AnyTagClassName
{
color: #6B5357;
}
</style>
background-color css
<style>
a { background-color: #6B5357; }
a { background-color: rgb(107,83,87); }
div.DivClassName
{
background-color: #6B5357;
}
.BgClassName
{
background-color: #6B5357;
}
</style>
border-color css
<style>
span { border-color: #6B5357; }
span { border-color: rgb(107,83,87); }
td.TdClassName
{
border-color: #6B5357;
}
.TagClassName
{
border-color: #6B5357;
}
</style>