Shades of Falcon #6B595C
Tints of Falcon #6B595C
RGB
CMYK
RGB Variations
Color information
#6B595C (or 0x6B595C) is known color: Falcon. HEX triplet: 6B, 59 and 5C. RGB value is (107,89,92). Sum of RGB (Red+Green+Blue) = 107+89+92=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B595C is #94A6A3. Grayscale: #5E5E5E. Windows color (decimal): -9741988 or 6052203. OLE color: 6052203.
HSL color Cylindrical-coordinate representation of color #6B595C: hue angle of 350º 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 #6B595C is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 89 | 92 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.58 |
| HSL | 350º | 0.09% | 0.38% | - |
| HSV(B) | 350º | 0.17% | 0.42% | - |
| XYZ | 11.57 | 11.04 | 11.65 | - |
| YUV | 94.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 92 | 0 | 0.17 | 0.14 | 0.58 | 350 | 0.09 | 0.38 |
| Hex | 6B | 59 | 5C | 0 | 11 | E | 3A | 15E | 9 | 26 |
| Octal | 153 | 131 | 134 | 0 | 21 | 16 | 72 | 536 | 11 | 46 |
| Binary | 1101011 | 1011001 | 1011100 | 0 | 10001 | 1110 | 111010 | 101011110 | 1001 | 100110 |
Color Harmonies of #6B595C
Complementary color
Monochromatic Colors of #6B595C
Black with #6B595C
Text Example
Text Example
White with #6B595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B595C; }
p { color: rgb(107,89,92); }
H1.HeaderClassName
{
color: #6B595C;
}
.AnyTagClassName
{
color: #6B595C;
}
</style>
background-color css
<style>
a { background-color: #6B595C; }
a { background-color: rgb(107,89,92); }
div.DivClassName
{
background-color: #6B595C;
}
.BgClassName
{
background-color: #6B595C;
}
</style>
border-color css
<style>
span { border-color: #6B595C; }
span { border-color: rgb(107,89,92); }
td.TdClassName
{
border-color: #6B595C;
}
.TagClassName
{
border-color: #6B595C;
}
</style>