Shades of Falcon #825E60
Tints of Falcon #825E60
RGB
CMYK
RGB Variations
Color information
#825E60 (or 0x825E60) is known color: Falcon. HEX triplet: 82, 5E and 60. RGB value is (130,94,96). Sum of RGB (Red+Green+Blue) = 130+94+96=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #825E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E60 is #7DA19F. Grayscale: #696969. Windows color (decimal): -8233376 or 6315650. OLE color: 6315650.
HSL color Cylindrical-coordinate representation of color #825E60: hue angle of 356.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825E60 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 96 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.49 |
| HSL | 356.67º | 0.16% | 0.44% | - |
| HSV(B) | 356.67º | 0.28% | 0.51% | - |
| XYZ | 15.32 | 13.6 | 12.88 | - |
| YUV | 104.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 96 | 0 | 0.28 | 0.26 | 0.49 | 356.67 | 0.16 | 0.44 |
| Hex | 82 | 5E | 60 | 0 | 1C | 1A | 31 | 165 | 10 | 2C |
| Octal | 202 | 136 | 140 | 0 | 34 | 32 | 61 | 545 | 20 | 54 |
| Binary | 10000010 | 1011110 | 1100000 | 0 | 11100 | 11010 | 110001 | 101100101 | 10000 | 101100 |
Color Harmonies of #825E60
Complementary color
Monochromatic Colors of #825E60
Black with #825E60
Text Example
Text Example
White with #825E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E60; }
p { color: rgb(130,94,96); }
H1.HeaderClassName
{
color: #825E60;
}
.AnyTagClassName
{
color: #825E60;
}
</style>
background-color css
<style>
a { background-color: #825E60; }
a { background-color: rgb(130,94,96); }
div.DivClassName
{
background-color: #825E60;
}
.BgClassName
{
background-color: #825E60;
}
</style>
border-color css
<style>
span { border-color: #825E60; }
span { border-color: rgb(130,94,96); }
td.TdClassName
{
border-color: #825E60;
}
.TagClassName
{
border-color: #825E60;
}
</style>