#808456

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

Shades of Finch #808456

Tints of Finch #808456

Color information

#808456 (or 0x808456) is unknown color: approx Finch. HEX triplet: 80, 84 and 56. RGB value is (128,132,86). Sum of RGB (Red+Green+Blue) = 128+132+86=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #808456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808456 is #7F7BA9. Grayscale: #7D7D7D. Windows color (decimal): -8354730 or 5670016. OLE color: 5670016.

HSL color Cylindrical-coordinate representation of color #808456: hue angle of 65.22º 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 #808456 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB12813286-
CMYK0.0300.350.48
HSL65.22º21.1%42.75%-
HSV(B)65.22º34.85%51.76%-
XYZ18.8321.7612.01-
YUV125.56105.67129.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=36.99%
G=38.15%
B=24.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132860.0300.350.4865.2221.142.75
Hex80845630233041152b
Octal2002041263043601012553
Binary10000000100001001010110110100011110000100000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808456; }

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

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

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

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

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

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

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

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