Shades of Falcon #6B575B
Tints of Falcon #6B575B
RGB
CMYK
RGB Variations
Color information
#6B575B (or 0x6B575B) is known color: Falcon. HEX triplet: 6B, 57 and 5B. RGB value is (107,87,91). Sum of RGB (Red+Green+Blue) = 107+87+91=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B575B is #94A8A4. Grayscale: #5D5D5D. Windows color (decimal): -9742501 or 5986155. OLE color: 5986155.
HSL color Cylindrical-coordinate representation of color #6B575B: hue angle of 348º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B575B is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 87 | 91 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.58 |
| HSL | 348º | 0.1% | 0.38% | - |
| HSV(B) | 348º | 0.19% | 0.42% | - |
| XYZ | 11.36 | 10.7 | 11.36 | - |
| YUV | 93.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 87 | 91 | 0 | 0.19 | 0.15 | 0.58 | 348 | 0.1 | 0.38 |
| Hex | 6B | 57 | 5B | 0 | 13 | F | 3A | 15C | A | 26 |
| Octal | 153 | 127 | 133 | 0 | 23 | 17 | 72 | 534 | 12 | 46 |
| Binary | 1101011 | 1010111 | 1011011 | 0 | 10011 | 1111 | 111010 | 101011100 | 1010 | 100110 |
Color Harmonies of #6B575B
Complementary color
Monochromatic Colors of #6B575B
Black with #6B575B
Text Example
Text Example
White with #6B575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B575B; }
p { color: rgb(107,87,91); }
H1.HeaderClassName
{
color: #6B575B;
}
.AnyTagClassName
{
color: #6B575B;
}
</style>
background-color css
<style>
a { background-color: #6B575B; }
a { background-color: rgb(107,87,91); }
div.DivClassName
{
background-color: #6B575B;
}
.BgClassName
{
background-color: #6B575B;
}
</style>
border-color css
<style>
span { border-color: #6B575B; }
span { border-color: rgb(107,87,91); }
td.TdClassName
{
border-color: #6B575B;
}
.TagClassName
{
border-color: #6B575B;
}
</style>