#86957B

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

Shades of Amulet #86957B

Tints of Amulet #86957B

Color information

#86957B (or 0x86957B) is unknown color: approx Amulet. HEX triplet: 86, 95 and 7B. RGB value is (134,149,123). Sum of RGB (Red+Green+Blue) = 134+149+123=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #86957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86957B is #796A84. Grayscale: #8D8D8D. Windows color (decimal): -7957125 or 8099206. OLE color: 8099206.

HSL color Cylindrical-coordinate representation of color #86957B: hue angle of 94.62º degrees, saturation: 0.11, 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 #86957B is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB134149123-
CMYK0.1000.170.42
HSL94.62º10.92%53.33%-
HSV(B)94.62º17.45%58.43%-
XYZ24.1527.9922.87-
YUV141.55117.53122.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=33.00%
G=36.70%
B=30.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341491230.1000.170.4294.6210.9253.33
Hex86957BA0112A5fb35
Octal20622517312021521371365
Binary10000110100101011111011101001000110101010111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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