Html Css Color HEX #849686 Stack

📋 copy color: '#849686'

red 132 ◦ green 150 ◦ blue 134

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

Shades of Stack #849686

Tints of Stack #849686

RGB

 RED value IS 132 (51.95% from 255) = 31.73%

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

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

R = 31.73%
G = 36.06%
B = 32.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#849686 (or 0x849686) is known color: Stack. HEX triplet: 84, 96 and 86. RGB value is (132,150,134). Sum of RGB (Red+Green+Blue) = 132+150+134=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #849686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849686 is #7B6979. Grayscale: #8E8E8E. Windows color (decimal): -8087930 or 8820356. OLE color: 8820356.

HSL color Cylindrical-coordinate representation of color #849686: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #849686 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 134 -
CMYK 0.12 0 0.11 0.41
HSL 126.67º 0.08% 0.55% -
HSV(B) 126.67º 0.12% 0.59% -
XYZ 24.73 28.44 26.74 -
YUV 142.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 132 150 134 0.12 0 0.11 0.41 126.67 0.08 0.55
Hex 84 96 86 C 0 B 29 7F 8 37
Octal 204 226 206 14 0 13 51 177 10 67
Binary 10000100 10010110 10000110 1100 0 1011 101001 1111111 1000 110111

Color Harmonies of #849686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849686

Black with #849686

Text Example


Text Example

White with #849686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849686; }

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

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

background-color css

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

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

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

border-color css

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

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

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