Html Css Color HEX #86948B Envy

📋 copy color: '#86948B'

red 134 ◦ green 148 ◦ blue 139

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

Shades of Envy #86948B

Tints of Envy #86948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 31.83%
G = 35.15%
B = 33.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#86948B (or 0x86948B) is known color: Envy. HEX triplet: 86, 94 and 8B. RGB value is (134,148,139). Sum of RGB (Red+Green+Blue) = 134+148+139=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #86948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86948B is #796B74. Grayscale: #8E8E8E. Windows color (decimal): -7957365 or 9147526. OLE color: 9147526.

HSL color Cylindrical-coordinate representation of color #86948B: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #86948B is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 148 139 -
CMYK 0.09 0 0.06 0.42
HSL 141.43º 0.06% 0.55% -
HSV(B) 141.43º 0.09% 0.58% -
XYZ 25.08 28.11 28.53 -
YUV 142.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 134 148 139 0.09 0 0.06 0.42 141.43 0.06 0.55
Hex 86 94 8B 9 0 6 2A 8D 6 37
Octal 206 224 213 11 0 6 52 215 6 67
Binary 10000110 10010100 10001011 1001 0 110 101010 10001101 110 110111

Color Harmonies of #86948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86948B

Black with #86948B

Text Example


Text Example

White with #86948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,148,139); }

 H1.HeaderClassName
 {
   color: #86948B;
 }
 .AnyTagClassName
 {
   color: #86948B;
 }
</style>

background-color css

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

 a { background-color: rgb(134,148,139); }

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

border-color css

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

 span { border-color: rgb(134,148,139); }

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