Shades of Falcon #6F585A
Tints of Falcon #6F585A
RGB
CMYK
RGB Variations
Color information
#6F585A (or 0x6F585A) is known color: Falcon. HEX triplet: 6F, 58 and 5A. RGB value is (111,88,90). Sum of RGB (Red+Green+Blue) = 111+88+90=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F585A is #90A7A5. Grayscale: #5F5F5F. Windows color (decimal): -9480102 or 5920879. OLE color: 5920879.
HSL color Cylindrical-coordinate representation of color #6F585A: hue angle of 354.78º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F585A is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 90 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.56 |
| HSL | 354.78º | 0.12% | 0.39% | - |
| HSV(B) | 354.78º | 0.21% | 0.44% | - |
| XYZ | 11.89 | 11.1 | 11.19 | - |
| YUV | 95.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 90 | 0 | 0.21 | 0.19 | 0.56 | 354.78 | 0.12 | 0.39 |
| Hex | 6F | 58 | 5A | 0 | 15 | 13 | 38 | 163 | C | 27 |
| Octal | 157 | 130 | 132 | 0 | 25 | 23 | 70 | 543 | 14 | 47 |
| Binary | 1101111 | 1011000 | 1011010 | 0 | 10101 | 10011 | 111000 | 101100011 | 1100 | 100111 |
Color Harmonies of #6F585A
Complementary color
Monochromatic Colors of #6F585A
Black with #6F585A
Text Example
Text Example
White with #6F585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F585A; }
p { color: rgb(111,88,90); }
H1.HeaderClassName
{
color: #6F585A;
}
.AnyTagClassName
{
color: #6F585A;
}
</style>
background-color css
<style>
a { background-color: #6F585A; }
a { background-color: rgb(111,88,90); }
div.DivClassName
{
background-color: #6F585A;
}
.BgClassName
{
background-color: #6F585A;
}
</style>
border-color css
<style>
span { border-color: #6F585A; }
span { border-color: rgb(111,88,90); }
td.TdClassName
{
border-color: #6F585A;
}
.TagClassName
{
border-color: #6F585A;
}
</style>