#898B86

Color #898B86 Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #898B86

Tints of Gunsmoke #898B86

Color information

#898B86 (or 0x898B86) is unknown color: approx Gunsmoke. HEX triplet: 89, 8B and 86. RGB value is (137,139,134). Sum of RGB (Red+Green+Blue) = 137+139+134=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 139 - color contains mainly: green. Hex color #898B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B86 is #767479. Grayscale: #898989. Windows color (decimal): -7763066 or 8817545. OLE color: 8817545.

HSL color Cylindrical-coordinate representation of color #898B86: hue angle of 84º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #898B86 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB137139134-
CMYK0.0100.040.45
HSL84º2.11%53.53%-
HSV(B)84º3.6%54.51%-
XYZ23.8525.526.22-
YUV137.83125.84127.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=33.41%
G=33.90%
B=32.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371391340.0100.040.45842.1153.53
Hex898B861042D54236
Octal21121320610455124266
Binary10001001100010111000011010100101101101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898B86; }

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

 H1.HeaderClassName
 {
   color: #898B86;
 }
 .AnyTagClassName
 {
   color: #898B86;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #898B86;
 }
 .BgClassName
 {
   background-color: #898B86;
 }
</style>
border-color css

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

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

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