#818955

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

Shades of Finch #818955

Tints of Finch #818955

Color information

#818955 (or 0x818955) is unknown color: approx Finch. HEX triplet: 81, 89 and 55. RGB value is (129,137,85). Sum of RGB (Red+Green+Blue) = 129+137+85=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #818955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818955 is #7E76AA. Grayscale: #808080. Windows color (decimal): -8287915 or 5605761. OLE color: 5605761.

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

Color convert

RGB12913785-
CMYK0.0600.380.46
HSL69.23º23.42%43.53%-
HSV(B)69.23º37.96%53.73%-
XYZ19.6423.2112.04-
YUV128.68103.35128.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=36.75%
G=39.03%
B=24.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129137850.0600.380.4669.2323.4243.53
Hex81895560262E45172c
Octal2012111256046561052754
Binary100000011000100110101011100100110101110100010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818955; }

 p { color: rgb(129,137,85); }

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

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

 a { background-color: rgb(129,137,85); }

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

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

 span { border-color: rgb(129,137,85); }

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