Shades of Falcon #825D60
Tints of Falcon #825D60
RGB
CMYK
RGB Variations
Color information
#825D60 (or 0x825D60) is known color: Falcon. HEX triplet: 82, 5D and 60. RGB value is (130,93,96). Sum of RGB (Red+Green+Blue) = 130+93+96=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #825D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D60 is #7DA29F. Grayscale: #686868. Windows color (decimal): -8233632 or 6315394. OLE color: 6315394.
HSL color Cylindrical-coordinate representation of color #825D60: hue angle of 355.14º degrees, saturation: 0.17, 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 #825D60 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 96 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.49 |
| HSL | 355.14º | 0.17% | 0.44% | - |
| HSV(B) | 355.14º | 0.28% | 0.51% | - |
| XYZ | 15.23 | 13.42 | 12.85 | - |
| YUV | 104.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 96 | 0 | 0.28 | 0.26 | 0.49 | 355.14 | 0.17 | 0.44 |
| Hex | 82 | 5D | 60 | 0 | 1C | 1A | 31 | 163 | 11 | 2C |
| Octal | 202 | 135 | 140 | 0 | 34 | 32 | 61 | 543 | 21 | 54 |
| Binary | 10000010 | 1011101 | 1100000 | 0 | 11100 | 11010 | 110001 | 101100011 | 10001 | 101100 |
Color Harmonies of #825D60
Complementary color
Monochromatic Colors of #825D60
Black with #825D60
Text Example
Text Example
White with #825D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D60; }
p { color: rgb(130,93,96); }
H1.HeaderClassName
{
color: #825D60;
}
.AnyTagClassName
{
color: #825D60;
}
</style>
background-color css
<style>
a { background-color: #825D60; }
a { background-color: rgb(130,93,96); }
div.DivClassName
{
background-color: #825D60;
}
.BgClassName
{
background-color: #825D60;
}
</style>
border-color css
<style>
span { border-color: #825D60; }
span { border-color: rgb(130,93,96); }
td.TdClassName
{
border-color: #825D60;
}
.TagClassName
{
border-color: #825D60;
}
</style>