Shades of Finch #808356
Tints of Finch #808356
RGB
CMYK
RGB Variations
Color information
#808356 (or 0x808356) is known color: Finch. HEX triplet: 80, 83 and 56. RGB value is (128,131,86). Sum of RGB (Red+Green+Blue) = 128+131+86=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #808356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808356 is #7F7CA9. Grayscale: #7D7D7D. Windows color (decimal): -8354986 or 5669760. OLE color: 5669760.
HSL color Cylindrical-coordinate representation of color #808356: hue angle of 64º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #808356 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 86 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.49 |
| HSL | 64º | 0.21% | 0.43% | - |
| HSV(B) | 64º | 0.34% | 0.51% | - |
| XYZ | 18.7 | 21.49 | 11.97 | - |
| YUV | 124.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 86 | 0.02 | 0 | 0.34 | 0.49 | 64 | 0.21 | 0.43 |
| Hex | 80 | 83 | 56 | 2 | 0 | 22 | 31 | 40 | 15 | 2B |
| Octal | 200 | 203 | 126 | 2 | 0 | 42 | 61 | 100 | 25 | 53 |
| Binary | 10000000 | 10000011 | 1010110 | 10 | 0 | 100010 | 110001 | 1000000 | 10101 | 101011 |
Color Harmonies of #808356
Complementary color
Monochromatic Colors of #808356
Black with #808356
Text Example
Text Example
White with #808356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808356; }
p { color: rgb(128,131,86); }
H1.HeaderClassName
{
color: #808356;
}
.AnyTagClassName
{
color: #808356;
}
</style>
background-color css
<style>
a { background-color: #808356; }
a { background-color: rgb(128,131,86); }
div.DivClassName
{
background-color: #808356;
}
.BgClassName
{
background-color: #808356;
}
</style>
border-color css
<style>
span { border-color: #808356; }
span { border-color: rgb(128,131,86); }
td.TdClassName
{
border-color: #808356;
}
.TagClassName
{
border-color: #808356;
}
</style>