Html Css Color HEX #86998C Envy

📋 copy color: '#86998C'

red 134 ◦ green 153 ◦ blue 140

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

Shades of Envy #86998C

Tints of Envy #86998C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 31.38%
G = 35.83%
B = 32.79%

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

#86998C (or 0x86998C) is known color: Envy. HEX triplet: 86, 99 and 8C. RGB value is (134,153,140). Sum of RGB (Red+Green+Blue) = 134+153+140=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #86998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86998C is #796673. Grayscale: #919191. Windows color (decimal): -7956084 or 9214342. OLE color: 9214342.

HSL color Cylindrical-coordinate representation of color #86998C: hue angle of 138.95º 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 #86998C is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 140 -
CMYK 0.12 0 0.08 0.4
HSL 138.95º 0.09% 0.56% -
HSV(B) 138.95º 0.12% 0.6% -
XYZ 25.96 29.74 29.18 -
YUV 145.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 134 153 140 0.12 0 0.08 0.4 138.95 0.09 0.56
Hex 86 99 8C C 0 8 28 8B 9 38
Octal 206 231 214 14 0 10 50 213 11 70
Binary 10000110 10011001 10001100 1100 0 1000 101000 10001011 1001 111000

Color Harmonies of #86998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86998C

Black with #86998C

Text Example


Text Example

White with #86998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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