Shades of Falcon #826061
Tints of Falcon #826061
RGB
CMYK
RGB Variations
Color information
#826061 (or 0x826061) is known color: Falcon. HEX triplet: 82, 60 and 61. RGB value is (130,96,97). Sum of RGB (Red+Green+Blue) = 130+96+97=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #826061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826061 is #7D9F9E. Grayscale: #6A6A6A. Windows color (decimal): -8232863 or 6381698. OLE color: 6381698.
HSL color Cylindrical-coordinate representation of color #826061: hue angle of 358.24º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826061 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 96 | 97 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.49 |
| HSL | 358.24º | 0.15% | 0.44% | - |
| HSV(B) | 358.24º | 0.26% | 0.51% | - |
| XYZ | 15.55 | 13.97 | 13.19 | - |
| YUV | 106.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 97 | 0 | 0.26 | 0.25 | 0.49 | 358.24 | 0.15 | 0.44 |
| Hex | 82 | 60 | 61 | 0 | 1A | 19 | 31 | 166 | F | 2C |
| Octal | 202 | 140 | 141 | 0 | 32 | 31 | 61 | 546 | 17 | 54 |
| Binary | 10000010 | 1100000 | 1100001 | 0 | 11010 | 11001 | 110001 | 101100110 | 1111 | 101100 |
Color Harmonies of #826061
Complementary color
Monochromatic Colors of #826061
Black with #826061
Text Example
Text Example
White with #826061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826061; }
p { color: rgb(130,96,97); }
H1.HeaderClassName
{
color: #826061;
}
.AnyTagClassName
{
color: #826061;
}
</style>
background-color css
<style>
a { background-color: #826061; }
a { background-color: rgb(130,96,97); }
div.DivClassName
{
background-color: #826061;
}
.BgClassName
{
background-color: #826061;
}
</style>
border-color css
<style>
span { border-color: #826061; }
span { border-color: rgb(130,96,97); }
td.TdClassName
{
border-color: #826061;
}
.TagClassName
{
border-color: #826061;
}
</style>