Shades of Finch #808659
Tints of Finch #808659
RGB
CMYK
RGB Variations
Color information
#808659 (or 0x808659) is known color: Finch. HEX triplet: 80, 86 and 59. RGB value is (128,134,89). Sum of RGB (Red+Green+Blue) = 128+134+89=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #808659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808659 is #7F79A6. Grayscale: #7F7F7F. Windows color (decimal): -8354215 or 5867136. OLE color: 5867136.
HSL color Cylindrical-coordinate representation of color #808659: hue angle of 68º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #808659 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 89 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.47 |
| HSL | 68º | 0.2% | 0.44% | - |
| HSV(B) | 68º | 0.34% | 0.53% | - |
| XYZ | 19.23 | 22.36 | 12.75 | - |
| YUV | 127.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 89 | 0.04 | 0 | 0.34 | 0.47 | 68 | 0.2 | 0.44 |
| Hex | 80 | 86 | 59 | 4 | 0 | 22 | 2F | 44 | 14 | 2C |
| Octal | 200 | 206 | 131 | 4 | 0 | 42 | 57 | 104 | 24 | 54 |
| Binary | 10000000 | 10000110 | 1011001 | 100 | 0 | 100010 | 101111 | 1000100 | 10100 | 101100 |
Color Harmonies of #808659
Complementary color
Monochromatic Colors of #808659
Black with #808659
Text Example
Text Example
White with #808659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808659; }
p { color: rgb(128,134,89); }
H1.HeaderClassName
{
color: #808659;
}
.AnyTagClassName
{
color: #808659;
}
</style>
background-color css
<style>
a { background-color: #808659; }
a { background-color: rgb(128,134,89); }
div.DivClassName
{
background-color: #808659;
}
.BgClassName
{
background-color: #808659;
}
</style>
border-color css
<style>
span { border-color: #808659; }
span { border-color: rgb(128,134,89); }
td.TdClassName
{
border-color: #808659;
}
.TagClassName
{
border-color: #808659;
}
</style>