#81865C

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

Shades of Finch #81865C

Tints of Finch #81865C

Color information

#81865C (or 0x81865C) is unknown color: approx Finch. HEX triplet: 81, 86 and 5C. RGB value is (129,134,92). Sum of RGB (Red+Green+Blue) = 129+134+92=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #81865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81865C is #7E79A3. Grayscale: #7F7F7F. Windows color (decimal): -8288676 or 6063745. OLE color: 6063745.

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

Color convert

RGB12913492-
CMYK0.0400.310.47
HSL67.14º18.58%44.31%-
HSV(B)67.14º31.34%52.55%-
XYZ19.5122.4913.44-
YUV127.72107.84128.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=36.34%
G=37.75%
B=25.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129134920.0400.310.4767.1418.5844.31
Hex81865C401F2F43132c
Octal2012061344037571032354
Binary10000001100001101011100100011111101111100001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81865C; }

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

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

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

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

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

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

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

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