#81864D

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

Shades of Finch #81864D

Tints of Finch #81864D

Color information

#81864D (or 0x81864D) is unknown color: approx Finch. HEX triplet: 81, 86 and 4D. RGB value is (129,134,77). Sum of RGB (Red+Green+Blue) = 129+134+77=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #81864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81864D is #7E79B2. Grayscale: #7E7E7E. Windows color (decimal): -8288691 or 5080705. OLE color: 5080705.

HSL color Cylindrical-coordinate representation of color #81864D: hue angle of 65.26º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81864D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB12913477-
CMYK0.0400.430.47
HSL65.26º27.01%41.37%-
HSV(B)65.26º42.54%52.55%-
XYZ18.9222.2510.32-
YUV126.01100.34130.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=37.94%
G=39.41%
B=22.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129134770.0400.430.4765.2627.0141.37
Hex81864D402B2F411b29
Octal2012061154053571013351
Binary100000011000011010011011000101011101111100000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81864D; }

 p { color: rgb(129,134,77); }

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

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

 a { background-color: rgb(129,134,77); }

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

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

 span { border-color: rgb(129,134,77); }

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