#81865B

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

Shades of Finch #81865B

Tints of Finch #81865B

Color information

#81865B (or 0x81865B) is unknown color: approx Finch. HEX triplet: 81, 86 and 5B. RGB value is (129,134,91). Sum of RGB (Red+Green+Blue) = 129+134+91=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #81865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81865B is #7E79A4. Grayscale: #7F7F7F. Windows color (decimal): -8288677 or 5998209. OLE color: 5998209.

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

Color convert

RGB12913491-
CMYK0.0400.320.47
HSL66.98º19.11%44.12%-
HSV(B)66.98º32.09%52.55%-
XYZ19.4722.4713.21-
YUV127.6107.34129-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=36.44%
G=37.85%
B=25.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129134910.0400.320.4766.9819.1144.12
Hex81865B40202F43132c
Octal2012061334040571032354
Binary100000011000011010110111000100000101111100001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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