Shades of Falcon #705356
Tints of Falcon #705356
RGB
CMYK
RGB Variations
Color information
#705356 (or 0x705356) is known color: Falcon. HEX triplet: 70, 53 and 56. RGB value is (112,83,86). Sum of RGB (Red+Green+Blue) = 112+83+86=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705356 is #8FACA9. Grayscale: #5C5C5C. Windows color (decimal): -9415850 or 5657456. OLE color: 5657456.
HSL color Cylindrical-coordinate representation of color #705356: hue angle of 353.79º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705356 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 86 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.56 |
| HSL | 353.79º | 0.15% | 0.38% | - |
| HSV(B) | 353.79º | 0.26% | 0.44% | - |
| XYZ | 11.46 | 10.3 | 10.19 | - |
| YUV | 92.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 86 | 0 | 0.26 | 0.23 | 0.56 | 353.79 | 0.15 | 0.38 |
| Hex | 70 | 53 | 56 | 0 | 1A | 17 | 38 | 162 | F | 26 |
| Octal | 160 | 123 | 126 | 0 | 32 | 27 | 70 | 542 | 17 | 46 |
| Binary | 1110000 | 1010011 | 1010110 | 0 | 11010 | 10111 | 111000 | 101100010 | 1111 | 100110 |
Color Harmonies of #705356
Complementary color
Monochromatic Colors of #705356
Black with #705356
Text Example
Text Example
White with #705356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705356; }
p { color: rgb(112,83,86); }
H1.HeaderClassName
{
color: #705356;
}
.AnyTagClassName
{
color: #705356;
}
</style>
background-color css
<style>
a { background-color: #705356; }
a { background-color: rgb(112,83,86); }
div.DivClassName
{
background-color: #705356;
}
.BgClassName
{
background-color: #705356;
}
</style>
border-color css
<style>
span { border-color: #705356; }
span { border-color: rgb(112,83,86); }
td.TdClassName
{
border-color: #705356;
}
.TagClassName
{
border-color: #705356;
}
</style>