Shades of Falcon #825F60
Tints of Falcon #825F60
RGB
CMYK
RGB Variations
Color information
#825F60 (or 0x825F60) is known color: Falcon. HEX triplet: 82, 5F and 60. RGB value is (130,95,96). Sum of RGB (Red+Green+Blue) = 130+95+96=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #825F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F60 is #7DA09F. Grayscale: #696969. Windows color (decimal): -8233120 or 6315906. OLE color: 6315906.
HSL color Cylindrical-coordinate representation of color #825F60: hue angle of 358.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #825F60 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 96 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.49 |
| HSL | 358.29º | 0.16% | 0.44% | - |
| HSV(B) | 358.29º | 0.27% | 0.51% | - |
| XYZ | 15.41 | 13.77 | 12.91 | - |
| YUV | 105.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 96 | 0 | 0.27 | 0.26 | 0.49 | 358.29 | 0.16 | 0.44 |
| Hex | 82 | 5F | 60 | 0 | 1B | 1A | 31 | 166 | 10 | 2C |
| Octal | 202 | 137 | 140 | 0 | 33 | 32 | 61 | 546 | 20 | 54 |
| Binary | 10000010 | 1011111 | 1100000 | 0 | 11011 | 11010 | 110001 | 101100110 | 10000 | 101100 |
Color Harmonies of #825F60
Complementary color
Monochromatic Colors of #825F60
Black with #825F60
Text Example
Text Example
White with #825F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F60; }
p { color: rgb(130,95,96); }
H1.HeaderClassName
{
color: #825F60;
}
.AnyTagClassName
{
color: #825F60;
}
</style>
background-color css
<style>
a { background-color: #825F60; }
a { background-color: rgb(130,95,96); }
div.DivClassName
{
background-color: #825F60;
}
.BgClassName
{
background-color: #825F60;
}
</style>
border-color css
<style>
span { border-color: #825F60; }
span { border-color: rgb(130,95,96); }
td.TdClassName
{
border-color: #825F60;
}
.TagClassName
{
border-color: #825F60;
}
</style>