Shades of Falcon #6B5658
Tints of Falcon #6B5658
RGB
CMYK
RGB Variations
Color information
#6B5658 (or 0x6B5658) is known color: Falcon. HEX triplet: 6B, 56 and 58. RGB value is (107,86,88). Sum of RGB (Red+Green+Blue) = 107+86+88=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5658 is #94A9A7. Grayscale: #5C5C5C. Windows color (decimal): -9742760 or 5789291. OLE color: 5789291.
HSL color Cylindrical-coordinate representation of color #6B5658: hue angle of 354.29º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B5658 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 88 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.58 |
| HSL | 354.29º | 0.11% | 0.38% | - |
| HSV(B) | 354.29º | 0.2% | 0.42% | - |
| XYZ | 11.15 | 10.49 | 10.67 | - |
| YUV | 92.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 88 | 0 | 0.20 | 0.18 | 0.58 | 354.29 | 0.11 | 0.38 |
| Hex | 6B | 56 | 58 | 0 | 14 | 12 | 3A | 162 | B | 26 |
| Octal | 153 | 126 | 130 | 0 | 24 | 22 | 72 | 542 | 13 | 46 |
| Binary | 1101011 | 1010110 | 1011000 | 0 | 10100 | 10010 | 111010 | 101100010 | 1011 | 100110 |
Color Harmonies of #6B5658
Complementary color
Monochromatic Colors of #6B5658
Black with #6B5658
Text Example
Text Example
White with #6B5658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5658; }
p { color: rgb(107,86,88); }
H1.HeaderClassName
{
color: #6B5658;
}
.AnyTagClassName
{
color: #6B5658;
}
</style>
background-color css
<style>
a { background-color: #6B5658; }
a { background-color: rgb(107,86,88); }
div.DivClassName
{
background-color: #6B5658;
}
.BgClassName
{
background-color: #6B5658;
}
</style>
border-color css
<style>
span { border-color: #6B5658; }
span { border-color: rgb(107,86,88); }
td.TdClassName
{
border-color: #6B5658;
}
.TagClassName
{
border-color: #6B5658;
}
</style>