Shades of Falcon #6F5D5E
Tints of Falcon #6F5D5E
RGB
CMYK
RGB Variations
Color information
#6F5D5E (or 0x6F5D5E) is known color: Falcon. HEX triplet: 6F, 5D and 5E. RGB value is (111,93,94). Sum of RGB (Red+Green+Blue) = 111+93+94=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D5E is #90A2A1. Grayscale: #626262. Windows color (decimal): -9478818 or 6184303. OLE color: 6184303.
HSL color Cylindrical-coordinate representation of color #6F5D5E: hue angle of 356.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F5D5E is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
RGB | 111 | 93 | 94 | - |
CMYK | 0 | 0.16 | 0.15 | 0.56 |
HSL | 356.67º | 0.09% | 0.4% | - |
HSV(B) | 356.67º | 0.16% | 0.44% | - |
XYZ | 12.49 | 12.02 | 12.25 | - |
YUV | 98.5 | 125.46 | 136.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 93 | 94 | 0 | 0.16 | 0.15 | 0.56 | 356.67 | 0.09 | 0.4 |
Hex | 6F | 5D | 5E | 0 | 10 | F | 38 | 165 | 9 | 28 |
Octal | 157 | 135 | 136 | 0 | 20 | 17 | 70 | 545 | 11 | 50 |
Binary | 1101111 | 1011101 | 1011110 | 0 | 10000 | 1111 | 111000 | 101100101 | 1001 | 101000 |
Color Harmonies of #6F5D5E
Complementary color
Monochromatic Colors of #6F5D5E
Black with #6F5D5E
Text Example
Text Example
White with #6F5D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D5E; }
p { color: rgb(111,93,94); }
H1.HeaderClassName
{
color: #6F5D5E;
}
.AnyTagClassName
{
color: #6F5D5E;
}
</style>
background-color css
<style>
a { background-color: #6F5D5E; }
a { background-color: rgb(111,93,94); }
div.DivClassName
{
background-color: #6F5D5E;
}
.BgClassName
{
background-color: #6F5D5E;
}
</style>
border-color css
<style>
span { border-color: #6F5D5E; }
span { border-color: rgb(111,93,94); }
td.TdClassName
{
border-color: #6F5D5E;
}
.TagClassName
{
border-color: #6F5D5E;
}
</style>