Shades of Falcon #6F575A
Tints of Falcon #6F575A
RGB
CMYK
RGB Variations
Color information
#6F575A (or 0x6F575A) is known color: Falcon. HEX triplet: 6F, 57 and 5A. RGB value is (111,87,90). Sum of RGB (Red+Green+Blue) = 111+87+90=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F575A is #90A8A5. Grayscale: #5E5E5E. Windows color (decimal): -9480358 or 5920623. OLE color: 5920623.
HSL color Cylindrical-coordinate representation of color #6F575A: hue angle of 352.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F575A is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 90 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.56 |
| HSL | 352.5º | 0.12% | 0.39% | - |
| HSV(B) | 352.5º | 0.22% | 0.44% | - |
| XYZ | 11.81 | 10.93 | 11.16 | - |
| YUV | 94.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 90 | 0 | 0.22 | 0.19 | 0.56 | 352.5 | 0.12 | 0.39 |
| Hex | 6F | 57 | 5A | 0 | 16 | 13 | 38 | 160 | C | 27 |
| Octal | 157 | 127 | 132 | 0 | 26 | 23 | 70 | 540 | 14 | 47 |
| Binary | 1101111 | 1010111 | 1011010 | 0 | 10110 | 10011 | 111000 | 101100000 | 1100 | 100111 |
Color Harmonies of #6F575A
Complementary color
Monochromatic Colors of #6F575A
Black with #6F575A
Text Example
Text Example
White with #6F575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F575A; }
p { color: rgb(111,87,90); }
H1.HeaderClassName
{
color: #6F575A;
}
.AnyTagClassName
{
color: #6F575A;
}
</style>
background-color css
<style>
a { background-color: #6F575A; }
a { background-color: rgb(111,87,90); }
div.DivClassName
{
background-color: #6F575A;
}
.BgClassName
{
background-color: #6F575A;
}
</style>
border-color css
<style>
span { border-color: #6F575A; }
span { border-color: rgb(111,87,90); }
td.TdClassName
{
border-color: #6F575A;
}
.TagClassName
{
border-color: #6F575A;
}
</style>