Html Css Color HEX #8C9986 Mantle

📋 copy color: '#8C9986'

red 140 ◦ green 153 ◦ blue 134

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

Shades of Mantle #8C9986

Tints of Mantle #8C9986

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 140 153 134 -
CMYK 0.08 0 0.12 0.4
HSL 101.05º 0.09% 0.56% -
HSV(B) 101.05º 0.12% 0.6% -
XYZ 26.51 30.08 26.96 -
YUV 146.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 140 153 134 0.08 0 0.12 0.4 101.05 0.09 0.56
Hex 8C 99 86 8 0 C 28 65 9 38
Octal 214 231 206 10 0 14 50 145 11 70
Binary 10001100 10011001 10000110 1000 0 1100 101000 1100101 1001 111000

Color Harmonies of #8C9986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9986

Black with #8C9986

Text Example


Text Example

White with #8C9986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9986; }

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

 H1.HeaderClassName
 {
   color: #8C9986;
 }
 .AnyTagClassName
 {
   color: #8C9986;
 }
</style>

background-color css

<style>
 a { background-color: #8C9986; }

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

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

border-color css

<style>
 span { border-color: #8C9986; }

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

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