#858951

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

Shades of Finch #858951

Tints of Finch #858951

Color information

#858951 (or 0x858951) is unknown color: approx Finch. HEX triplet: 85, 89 and 51. RGB value is (133,137,81). Sum of RGB (Red+Green+Blue) = 133+137+81=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #858951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858951 is #7A76AE. Grayscale: #818181. Windows color (decimal): -8025775 or 5343621. OLE color: 5343621.

HSL color Cylindrical-coordinate representation of color #858951: hue angle of 64.29º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #858951 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB13313781-
CMYK0.0300.410.46
HSL64.29º25.69%42.75%-
HSV(B)64.29º40.88%53.73%-
XYZ20.123.4711.26-
YUV129.42100.67130.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 81 (32.03% from 255) = 23.08%
R=37.89%
G=39.03%
B=23.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137810.0300.410.4664.2925.6942.75
Hex85895130292E401a2b
Octal2052111213051561003253
Binary10000101100010011010001110101001101110100000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858951; }

 p { color: rgb(133,137,81); }

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

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

 a { background-color: rgb(133,137,81); }

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

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

 span { border-color: rgb(133,137,81); }

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