#986E81

Color #986E81 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #986E81

Tints of Strikemaster #986E81

Color information

#986E81 (or 0x986E81) is unknown color: approx Strikemaster. HEX triplet: 98, 6E and 81. RGB value is (152,110,129). Sum of RGB (Red+Green+Blue) = 152+110+129=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #986E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986E81 is #67917E. Grayscale: #7C7C7C. Windows color (decimal): -6787455 or 8482456. OLE color: 8482456.

HSL color Cylindrical-coordinate representation of color #986E81: hue angle of 332.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986E81 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB152110129-
CMYK00.280.150.40
HSL332.86º16.94%51.37%-
HSV(B)332.86º27.63%59.61%-
XYZ22.4919.4123.33-
YUV124.72130.41147.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=38.87%
G=28.13%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211012900.280.150.40332.8616.9451.37
Hex986E8101CF2814d1133
Octal23015620103417505152163
Binary10011000110111010000001011100111110100010100110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986E81; }

 p { color: rgb(152,110,129); }

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

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

 a { background-color: rgb(152,110,129); }

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

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

 span { border-color: rgb(152,110,129); }

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