Shades of Falcon #6F5B5F
Tints of Falcon #6F5B5F
RGB
CMYK
RGB Variations
Color information
#6F5B5F (or 0x6F5B5F) is known color: Falcon. HEX triplet: 6F, 5B and 5F. RGB value is (111,91,95). Sum of RGB (Red+Green+Blue) = 111+91+95=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B5F is #90A4A0. Grayscale: #616161. Windows color (decimal): -9479329 or 6249327. OLE color: 6249327.
HSL color Cylindrical-coordinate representation of color #6F5B5F: hue angle of 348º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5B5F is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 95 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.56 |
| HSL | 348º | 0.1% | 0.4% | - |
| HSV(B) | 348º | 0.18% | 0.44% | - |
| XYZ | 12.36 | 11.69 | 12.43 | - |
| YUV | 97.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 95 | 0 | 0.18 | 0.14 | 0.56 | 348 | 0.1 | 0.4 |
| Hex | 6F | 5B | 5F | 0 | 12 | E | 38 | 15C | A | 28 |
| Octal | 157 | 133 | 137 | 0 | 22 | 16 | 70 | 534 | 12 | 50 |
| Binary | 1101111 | 1011011 | 1011111 | 0 | 10010 | 1110 | 111000 | 101011100 | 1010 | 101000 |
Color Harmonies of #6F5B5F
Complementary color
Monochromatic Colors of #6F5B5F
Black with #6F5B5F
Text Example
Text Example
White with #6F5B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B5F; }
p { color: rgb(111,91,95); }
H1.HeaderClassName
{
color: #6F5B5F;
}
.AnyTagClassName
{
color: #6F5B5F;
}
</style>
background-color css
<style>
a { background-color: #6F5B5F; }
a { background-color: rgb(111,91,95); }
div.DivClassName
{
background-color: #6F5B5F;
}
.BgClassName
{
background-color: #6F5B5F;
}
</style>
border-color css
<style>
span { border-color: #6F5B5F; }
span { border-color: rgb(111,91,95); }
td.TdClassName
{
border-color: #6F5B5F;
}
.TagClassName
{
border-color: #6F5B5F;
}
</style>