#987685

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

Shades of Strikemaster #987685

Tints of Strikemaster #987685

Color information

#987685 (or 0x987685) is unknown color: approx Strikemaster. HEX triplet: 98, 76 and 85. RGB value is (152,118,133). Sum of RGB (Red+Green+Blue) = 152+118+133=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #987685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987685 is #67897A. Grayscale: #818181. Windows color (decimal): -6785403 or 8746648. OLE color: 8746648.

HSL color Cylindrical-coordinate representation of color #987685: hue angle of 333.53º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987685 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB152118133-
CMYK00.220.130.40
HSL333.53º14.17%52.94%-
HSV(B)333.53º22.37%59.61%-
XYZ23.6621.3325.06-
YUV129.88129.76143.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 133 (52.34% from 255) = 33.00%
R=37.72%
G=29.28%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211813300.220.130.40333.5314.1752.94
Hex987685016D2814ee35
Octal23016620502615505161665
Binary1001100011101101000010101011011011010001010011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987685; }

 p { color: rgb(152,118,133); }

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

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

 a { background-color: rgb(152,118,133); }

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

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

 span { border-color: rgb(152,118,133); }

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