Shades of Falcon #6B585C
Tints of Falcon #6B585C
RGB
CMYK
RGB Variations
Color information
#6B585C (or 0x6B585C) is known color: Falcon. HEX triplet: 6B, 58 and 5C. RGB value is (107,88,92). Sum of RGB (Red+Green+Blue) = 107+88+92=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B585C is #94A7A3. Grayscale: #5E5E5E. Windows color (decimal): -9742244 or 6051947. OLE color: 6051947.
HSL color Cylindrical-coordinate representation of color #6B585C: hue angle of 347.37º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B585C is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 88 | 92 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.58 |
| HSL | 347.37º | 0.1% | 0.38% | - |
| HSV(B) | 347.37º | 0.18% | 0.42% | - |
| XYZ | 11.48 | 10.88 | 11.62 | - |
| YUV | 94.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 92 | 0 | 0.18 | 0.14 | 0.58 | 347.37 | 0.1 | 0.38 |
| Hex | 6B | 58 | 5C | 0 | 12 | E | 3A | 15B | A | 26 |
| Octal | 153 | 130 | 134 | 0 | 22 | 16 | 72 | 533 | 12 | 46 |
| Binary | 1101011 | 1011000 | 1011100 | 0 | 10010 | 1110 | 111010 | 101011011 | 1010 | 100110 |
Color Harmonies of #6B585C
Complementary color
Monochromatic Colors of #6B585C
Black with #6B585C
Text Example
Text Example
White with #6B585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B585C; }
p { color: rgb(107,88,92); }
H1.HeaderClassName
{
color: #6B585C;
}
.AnyTagClassName
{
color: #6B585C;
}
</style>
background-color css
<style>
a { background-color: #6B585C; }
a { background-color: rgb(107,88,92); }
div.DivClassName
{
background-color: #6B585C;
}
.BgClassName
{
background-color: #6B585C;
}
</style>
border-color css
<style>
span { border-color: #6B585C; }
span { border-color: rgb(107,88,92); }
td.TdClassName
{
border-color: #6B585C;
}
.TagClassName
{
border-color: #6B585C;
}
</style>