Shades of Falcon #835E62
Tints of Falcon #835E62
RGB
CMYK
RGB Variations
Color information
#835E62 (or 0x835E62) is known color: Falcon. HEX triplet: 83, 5E and 62. RGB value is (131,94,98). Sum of RGB (Red+Green+Blue) = 131+94+98=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #835E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835E62 is #7CA19D. Grayscale: #696969. Windows color (decimal): -8167838 or 6446723. OLE color: 6446723.
HSL color Cylindrical-coordinate representation of color #835E62: hue angle of 353.51º 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 #835E62 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 94 | 98 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.49 |
| HSL | 353.51º | 0.16% | 0.44% | - |
| HSV(B) | 353.51º | 0.28% | 0.51% | - |
| XYZ | 15.57 | 13.71 | 13.38 | - |
| YUV | 105.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 98 | 0 | 0.28 | 0.25 | 0.49 | 353.51 | 0.16 | 0.44 |
| Hex | 83 | 5E | 62 | 0 | 1C | 19 | 31 | 162 | 10 | 2C |
| Octal | 203 | 136 | 142 | 0 | 34 | 31 | 61 | 542 | 20 | 54 |
| Binary | 10000011 | 1011110 | 1100010 | 0 | 11100 | 11001 | 110001 | 101100010 | 10000 | 101100 |
Color Harmonies of #835E62
Complementary color
Monochromatic Colors of #835E62
Black with #835E62
Text Example
Text Example
White with #835E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835E62; }
p { color: rgb(131,94,98); }
H1.HeaderClassName
{
color: #835E62;
}
.AnyTagClassName
{
color: #835E62;
}
</style>
background-color css
<style>
a { background-color: #835E62; }
a { background-color: rgb(131,94,98); }
div.DivClassName
{
background-color: #835E62;
}
.BgClassName
{
background-color: #835E62;
}
</style>
border-color css
<style>
span { border-color: #835E62; }
span { border-color: rgb(131,94,98); }
td.TdClassName
{
border-color: #835E62;
}
.TagClassName
{
border-color: #835E62;
}
</style>