Html Css Color HEX #86957D Amulet

📋 copy color: '#86957D'

red 134 ◦ green 149 ◦ blue 125

#86957D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #86957D

Tints of Amulet #86957D

RGB

 RED value IS 134 (52.73% from 255) = 32.84%

 GREEN value IS 149 (58.59% from 255) = 36.52%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 32.84%
G = 36.52%
B = 30.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#86957D (or 0x86957D) is known color: Amulet. HEX triplet: 86, 95 and 7D. RGB value is (134,149,125). Sum of RGB (Red+Green+Blue) = 134+149+125=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #86957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86957D is #796A82. Grayscale: #8D8D8D. Windows color (decimal): -7957123 or 8230278. OLE color: 8230278.

HSL color Cylindrical-coordinate representation of color #86957D: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86957D is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 125 -
CMYK 0.10 0 0.16 0.42
HSL 97.5º 0.1% 0.54% -
HSV(B) 97.5º 0.16% 0.58% -
XYZ 24.28 28.04 23.54 -
YUV 141.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 134 149 125 0.10 0 0.16 0.42 97.5 0.1 0.54
Hex 86 95 7D A 0 10 2A 62 A 36
Octal 206 225 175 12 0 20 52 142 12 66
Binary 10000110 10010101 1111101 1010 0 10000 101010 1100010 1010 110110

Color Harmonies of #86957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86957D

Black with #86957D

Text Example


Text Example

White with #86957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86957D;
 }
 .AnyTagClassName
 {
   color: #86957D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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