Shades of Falcon #6B595D
Tints of Falcon #6B595D
RGB
CMYK
RGB Variations
Color information
#6B595D (or 0x6B595D) is known color: Falcon. HEX triplet: 6B, 59 and 5D. RGB value is (107,89,93). Sum of RGB (Red+Green+Blue) = 107+89+93=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 107 - color contains mainly: red. Hex color #6B595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B595D is #94A6A2. Grayscale: #5E5E5E. Windows color (decimal): -9741987 or 6117739. OLE color: 6117739.
HSL color Cylindrical-coordinate representation of color #6B595D: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B595D is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 89 | 93 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.58 |
| HSL | 346.67º | 0.09% | 0.38% | - |
| HSV(B) | 346.67º | 0.17% | 0.42% | - |
| XYZ | 11.61 | 11.06 | 11.88 | - |
| YUV | 94.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 93 | 0 | 0.17 | 0.13 | 0.58 | 346.67 | 0.09 | 0.38 |
| Hex | 6B | 59 | 5D | 0 | 11 | D | 3A | 15B | 9 | 26 |
| Octal | 153 | 131 | 135 | 0 | 21 | 15 | 72 | 533 | 11 | 46 |
| Binary | 1101011 | 1011001 | 1011101 | 0 | 10001 | 1101 | 111010 | 101011011 | 1001 | 100110 |
Color Harmonies of #6B595D
Complementary color
Monochromatic Colors of #6B595D
Black with #6B595D
Text Example
Text Example
White with #6B595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B595D; }
p { color: rgb(107,89,93); }
H1.HeaderClassName
{
color: #6B595D;
}
.AnyTagClassName
{
color: #6B595D;
}
</style>
background-color css
<style>
a { background-color: #6B595D; }
a { background-color: rgb(107,89,93); }
div.DivClassName
{
background-color: #6B595D;
}
.BgClassName
{
background-color: #6B595D;
}
</style>
border-color css
<style>
span { border-color: #6B595D; }
span { border-color: rgb(107,89,93); }
td.TdClassName
{
border-color: #6B595D;
}
.TagClassName
{
border-color: #6B595D;
}
</style>