#86977D

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

Shades of Amulet #86977D

Tints of Amulet #86977D

Color information

#86977D (or 0x86977D) is unknown color: approx Amulet. HEX triplet: 86, 97 and 7D. RGB value is (134,151,125). Sum of RGB (Red+Green+Blue) = 134+151+125=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #86977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86977D is #796882. Grayscale: #8F8F8F. Windows color (decimal): -7956611 or 8230790. OLE color: 8230790.

HSL color Cylindrical-coordinate representation of color #86977D: hue angle of 99.23º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86977D is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB134151125-
CMYK0.1100.170.41
HSL99.23º11.11%54.12%-
HSV(B)99.23º17.22%59.22%-
XYZ24.628.6823.64-
YUV142.95117.87121.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=32.68%
G=36.83%
B=30.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341511250.1100.170.4199.2311.1154.12
Hex86977DB0112963b36
Octal20622717513021511431366
Binary10000110100101111111101101101000110100111000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,151,125); }

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

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

 a { background-color: rgb(134,151,125); }

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

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

 span { border-color: rgb(134,151,125); }

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