#828656

Color #828656 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #828656

Tints of Finch #828656

Color information

#828656 (or 0x828656) is unknown color: approx 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

RGB13013486-
CMYK0.0300.360.47
HSL65º21.82%43.14%-
HSV(B)65º35.82%52.55%-
XYZ19.4122.4712.12-
YUV127.33104.67129.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=37.14%
G=38.29%
B=24.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134860.0300.360.476521.8243.14
Hex82865630242F41162b
Octal2022061263044571012653
Binary10000010100001101010110110100100101111100000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>