Shades of Finch #828656
Tints of Finch #828656
RGB
CMYK
RGB Variations
Color information
#828656 (or 0x828656) is known color: Finch. HEX triplet: 82, 86 and 56. RGB value is (130,134,86). Sum of RGB (Red+Green+Blue) = 130+134+86=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #828656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828656 is #7D79A9. Grayscale: #7F7F7F. Windows color (decimal): -8223146 or 5670530. OLE color: 5670530.
HSL color Cylindrical-coordinate representation of color #828656: hue angle of 65º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828656 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 134 | 86 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.47 |
| HSL | 65º | 0.22% | 0.43% | - |
| HSV(B) | 65º | 0.36% | 0.53% | - |
| XYZ | 19.41 | 22.47 | 12.12 | - |
| YUV | 127.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 86 | 0.03 | 0 | 0.36 | 0.47 | 65 | 0.22 | 0.43 |
| Hex | 82 | 86 | 56 | 3 | 0 | 24 | 2F | 41 | 16 | 2B |
| Octal | 202 | 206 | 126 | 3 | 0 | 44 | 57 | 101 | 26 | 53 |
| Binary | 10000010 | 10000110 | 1010110 | 11 | 0 | 100100 | 101111 | 1000001 | 10110 | 101011 |
Color Harmonies of #828656
Complementary color
Monochromatic Colors of #828656
Black with #828656
Text Example
Text Example
White with #828656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828656; }
p { color: rgb(130,134,86); }
H1.HeaderClassName
{
color: #828656;
}
.AnyTagClassName
{
color: #828656;
}
</style>
background-color css
<style>
a { background-color: #828656; }
a { background-color: rgb(130,134,86); }
div.DivClassName
{
background-color: #828656;
}
.BgClassName
{
background-color: #828656;
}
</style>
border-color css
<style>
span { border-color: #828656; }
span { border-color: rgb(130,134,86); }
td.TdClassName
{
border-color: #828656;
}
.TagClassName
{
border-color: #828656;
}
</style>