Shades of Falcon #736061
Tints of Falcon #736061
RGB
CMYK
RGB Variations
Color information
#736061 (or 0x736061) is known color: Falcon. HEX triplet: 73, 60 and 61. RGB value is (115,96,97). Sum of RGB (Red+Green+Blue) = 115+96+97=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #736061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736061 is #8C9F9E. Grayscale: #656565. Windows color (decimal): -9215903 or 6381683. OLE color: 6381683.
HSL color Cylindrical-coordinate representation of color #736061: hue angle of 356.84º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736061 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 97 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.55 |
| HSL | 356.84º | 0.09% | 0.41% | - |
| HSV(B) | 356.84º | 0.17% | 0.45% | - |
| XYZ | 13.41 | 12.87 | 13.09 | - |
| YUV | 101.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 97 | 0 | 0.17 | 0.16 | 0.55 | 356.84 | 0.09 | 0.41 |
| Hex | 73 | 60 | 61 | 0 | 11 | 10 | 37 | 165 | 9 | 29 |
| Octal | 163 | 140 | 141 | 0 | 21 | 20 | 67 | 545 | 11 | 51 |
| Binary | 1110011 | 1100000 | 1100001 | 0 | 10001 | 10000 | 110111 | 101100101 | 1001 | 101001 |
Color Harmonies of #736061
Complementary color
Monochromatic Colors of #736061
Black with #736061
Text Example
Text Example
White with #736061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736061; }
p { color: rgb(115,96,97); }
H1.HeaderClassName
{
color: #736061;
}
.AnyTagClassName
{
color: #736061;
}
</style>
background-color css
<style>
a { background-color: #736061; }
a { background-color: rgb(115,96,97); }
div.DivClassName
{
background-color: #736061;
}
.BgClassName
{
background-color: #736061;
}
</style>
border-color css
<style>
span { border-color: #736061; }
span { border-color: rgb(115,96,97); }
td.TdClassName
{
border-color: #736061;
}
.TagClassName
{
border-color: #736061;
}
</style>