Shades of Finch #80865B
Tints of Finch #80865B
RGB
CMYK
RGB Variations
Color information
#80865B (or 0x80865B) is known color: Finch. HEX triplet: 80, 86 and 5B. RGB value is (128,134,91). Sum of RGB (Red+Green+Blue) = 128+134+91=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #80865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80865B is #7F79A4. Grayscale: #7F7F7F. Windows color (decimal): -8354213 or 5998208. OLE color: 5998208.
HSL color Cylindrical-coordinate representation of color #80865B: hue angle of 68.37º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80865B is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 91 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.47 |
| HSL | 68.37º | 0.19% | 0.44% | - |
| HSV(B) | 68.37º | 0.32% | 0.53% | - |
| XYZ | 19.32 | 22.39 | 13.2 | - |
| YUV | 127.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 91 | 0.04 | 0 | 0.32 | 0.47 | 68.37 | 0.19 | 0.44 |
| Hex | 80 | 86 | 5B | 4 | 0 | 20 | 2F | 44 | 13 | 2C |
| Octal | 200 | 206 | 133 | 4 | 0 | 40 | 57 | 104 | 23 | 54 |
| Binary | 10000000 | 10000110 | 1011011 | 100 | 0 | 100000 | 101111 | 1000100 | 10011 | 101100 |
Color Harmonies of #80865B
Complementary color
Monochromatic Colors of #80865B
Black with #80865B
Text Example
Text Example
White with #80865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80865B; }
p { color: rgb(128,134,91); }
H1.HeaderClassName
{
color: #80865B;
}
.AnyTagClassName
{
color: #80865B;
}
</style>
background-color css
<style>
a { background-color: #80865B; }
a { background-color: rgb(128,134,91); }
div.DivClassName
{
background-color: #80865B;
}
.BgClassName
{
background-color: #80865B;
}
</style>
border-color css
<style>
span { border-color: #80865B; }
span { border-color: rgb(128,134,91); }
td.TdClassName
{
border-color: #80865B;
}
.TagClassName
{
border-color: #80865B;
}
</style>