Html Css Color HEX #86967E Amulet

📋 copy color: '#86967E'

red 134 ◦ green 150 ◦ blue 126

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

Shades of Amulet #86967E

Tints of Amulet #86967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 126 (49.61% from 255) = 30.73%

R = 32.68%
G = 36.59%
B = 30.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#86967E (or 0x86967E) is known color: Amulet. HEX triplet: 86, 96 and 7E. RGB value is (134,150,126). Sum of RGB (Red+Green+Blue) = 134+150+126=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #86967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86967E is #796981. Grayscale: #8E8E8E. Windows color (decimal): -7956866 or 8296070. OLE color: 8296070.

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

Color convert

RGB 134 150 126 -
CMYK 0.11 0 0.16 0.41
HSL 100º 0.1% 0.54% -
HSV(B) 100º 0.16% 0.59% -
XYZ 24.5 28.39 23.93 -
YUV 142.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 134 150 126 0.11 0 0.16 0.41 100 0.1 0.54
Hex 86 96 7E B 0 10 29 64 A 36
Octal 206 226 176 13 0 20 51 144 12 66
Binary 10000110 10010110 1111110 1011 0 10000 101001 1100100 1010 110110

Color Harmonies of #86967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86967E

Black with #86967E

Text Example


Text Example

White with #86967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86967E; }

 p { color: rgb(134,150,126); }

 H1.HeaderClassName
 {
   color: #86967E;
 }
 .AnyTagClassName
 {
   color: #86967E;
 }
</style>

background-color css

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

 a { background-color: rgb(134,150,126); }

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

border-color css

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

 span { border-color: rgb(134,150,126); }

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