#808856

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

Shades of Finch #808856

Tints of Finch #808856

Color information

#808856 (or 0x808856) is unknown color: approx Finch. HEX triplet: 80, 88 and 56. RGB value is (128,136,86). Sum of RGB (Red+Green+Blue) = 128+136+86=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #808856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808856 is #7F77A9. Grayscale: #808080. Windows color (decimal): -8353706 or 5671040. OLE color: 5671040.

HSL color Cylindrical-coordinate representation of color #808856: hue angle of 69.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808856 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB12813686-
CMYK0.0600.370.47
HSL69.6º22.52%43.53%-
HSV(B)69.6º36.76%53.33%-
XYZ19.3922.8712.2-
YUV127.91104.35128.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 136 (53.52% from 255) = 38.86%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=36.57%
G=38.86%
B=24.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136860.0600.370.4769.622.5243.53
Hex80885660252F46172c
Octal2002101266045571062754
Binary100000001000100010101101100100101101111100011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808856; }

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

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

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

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

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

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

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

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