#808658

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

Shades of Finch #808658

Tints of Finch #808658

Color information

#808658 (or 0x808658) is unknown color: approx Finch. HEX triplet: 80, 86 and 58. RGB value is (128,134,88). Sum of RGB (Red+Green+Blue) = 128+134+88=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #808658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808658 is #7F79A7. Grayscale: #7F7F7F. Windows color (decimal): -8354216 or 5801600. OLE color: 5801600.

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

Color convert

RGB12813488-
CMYK0.0400.340.47
HSL67.83º20.72%43.53%-
HSV(B)67.83º34.33%52.55%-
XYZ19.1922.3412.53-
YUV126.96106.01128.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.57%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=36.57%
G=38.29%
B=25.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134880.0400.340.4767.8320.7243.53
Hex80865840222F44152c
Octal2002061304042571042554
Binary100000001000011010110001000100010101111100010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808658; }

 p { color: rgb(128,134,88); }

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

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

 a { background-color: rgb(128,134,88); }

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

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

 span { border-color: rgb(128,134,88); }

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