#86947B

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

Shades of Amulet #86947B

Tints of Amulet #86947B

Color information

#86947B (or 0x86947B) is unknown color: approx Amulet. HEX triplet: 86, 94 and 7B. RGB value is (134,148,123). Sum of RGB (Red+Green+Blue) = 134+148+123=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #86947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86947B is #796B84. Grayscale: #8D8D8D. Windows color (decimal): -7957381 or 8098950. OLE color: 8098950.

HSL color Cylindrical-coordinate representation of color #86947B: hue angle of 93.6º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86947B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB134148123-
CMYK0.0900.170.42
HSL93.6º10.46%53.14%-
HSV(B)93.6º16.89%58.04%-
XYZ2427.6822.82-
YUV140.96117.86123.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=33.09%
G=36.54%
B=30.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341481230.0900.170.4293.610.4653.14
Hex86947B90112A5ea35
Octal20622417311021521361265
Binary10000110100101001111011100101000110101010111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,148,123); }

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

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

 a { background-color: rgb(134,148,123); }

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

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

 span { border-color: rgb(134,148,123); }

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