#808556

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

Shades of Finch #808556

Tints of Finch #808556

Color information

#808556 (or 0x808556) is unknown color: approx Finch. HEX triplet: 80, 85 and 56. RGB value is (128,133,86). Sum of RGB (Red+Green+Blue) = 128+133+86=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #808556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808556 is #7F7AA9. Grayscale: #7E7E7E. Windows color (decimal): -8354474 or 5670272. OLE color: 5670272.

HSL color Cylindrical-coordinate representation of color #808556: hue angle of 66.38º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808556 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB12813386-
CMYK0.0400.350.48
HSL66.38º21.46%42.94%-
HSV(B)66.38º35.34%52.16%-
XYZ18.9722.0412.06-
YUV126.15105.34129.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=36.89%
G=38.33%
B=24.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133860.0400.350.4866.3821.4642.94
Hex80855640233042152b
Octal2002051264043601022553
Binary100000001000010110101101000100011110000100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808556; }

 p { color: rgb(128,133,86); }

 H1.HeaderClassName
 {
   color: #808556;
 }
 .AnyTagClassName
 {
   color: #808556;
 }
</style>
background-color css

<style>
 a { background-color: #808556; }

 a { background-color: rgb(128,133,86); }

 div.DivClassName
 {
   background-color: #808556;
 }
 .BgClassName
 {
   background-color: #808556;
 }
</style>
border-color css

<style>
 span { border-color: #808556; }

 span { border-color: rgb(128,133,86); }

 td.TdClassName
 {
   border-color: #808556;
 }
 .TagClassName
 {
   border-color: #808556;
 }
</style>