Shades of Falcon #6F595B
Tints of Falcon #6F595B
RGB
CMYK
RGB Variations
Color information
#6F595B (or 0x6F595B) is known color: Falcon. HEX triplet: 6F, 59 and 5B. RGB value is (111,89,91). Sum of RGB (Red+Green+Blue) = 111+89+91=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F595B is #90A6A4. Grayscale: #5F5F5F. Windows color (decimal): -9479845 or 5986671. OLE color: 5986671.
HSL color Cylindrical-coordinate representation of color #6F595B: hue angle of 354.55º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F595B is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 91 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.56 |
| HSL | 354.55º | 0.11% | 0.39% | - |
| HSV(B) | 354.55º | 0.2% | 0.44% | - |
| XYZ | 12.02 | 11.28 | 11.44 | - |
| YUV | 95.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 91 | 0 | 0.20 | 0.18 | 0.56 | 354.55 | 0.11 | 0.39 |
| Hex | 6F | 59 | 5B | 0 | 14 | 12 | 38 | 163 | B | 27 |
| Octal | 157 | 131 | 133 | 0 | 24 | 22 | 70 | 543 | 13 | 47 |
| Binary | 1101111 | 1011001 | 1011011 | 0 | 10100 | 10010 | 111000 | 101100011 | 1011 | 100111 |
Color Harmonies of #6F595B
Complementary color
Monochromatic Colors of #6F595B
Black with #6F595B
Text Example
Text Example
White with #6F595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F595B; }
p { color: rgb(111,89,91); }
H1.HeaderClassName
{
color: #6F595B;
}
.AnyTagClassName
{
color: #6F595B;
}
</style>
background-color css
<style>
a { background-color: #6F595B; }
a { background-color: rgb(111,89,91); }
div.DivClassName
{
background-color: #6F595B;
}
.BgClassName
{
background-color: #6F595B;
}
</style>
border-color css
<style>
span { border-color: #6F595B; }
span { border-color: rgb(111,89,91); }
td.TdClassName
{
border-color: #6F595B;
}
.TagClassName
{
border-color: #6F595B;
}
</style>