Html Css Color HEX #86998D Envy

📋 copy color: '#86998D'

red 134 ◦ green 153 ◦ blue 141

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

Shades of Envy #86998D

Tints of Envy #86998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.75%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 31.31%
G = 35.75%
B = 32.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#86998D (or 0x86998D) is known color: Envy. HEX triplet: 86, 99 and 8D. RGB value is (134,153,141). Sum of RGB (Red+Green+Blue) = 134+153+141=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 153 - color contains mainly: green. Hex color #86998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86998D is #796672. Grayscale: #919191. Windows color (decimal): -7956083 or 9279878. OLE color: 9279878.

HSL color Cylindrical-coordinate representation of color #86998D: hue angle of 142.11º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86998D is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 141 -
CMYK 0.12 0 0.08 0.4
HSL 142.11º 0.09% 0.56% -
HSV(B) 142.11º 0.12% 0.6% -
XYZ 26.03 29.77 29.57 -
YUV 145.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 134 153 141 0.12 0 0.08 0.4 142.11 0.09 0.56
Hex 86 99 8D C 0 8 28 8E 9 38
Octal 206 231 215 14 0 10 50 216 11 70
Binary 10000110 10011001 10001101 1100 0 1000 101000 10001110 1001 111000

Color Harmonies of #86998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86998D

Black with #86998D

Text Example


Text Example

White with #86998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,153,141); }

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

background-color css

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

 a { background-color: rgb(134,153,141); }

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

border-color css

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

 span { border-color: rgb(134,153,141); }

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