#98658D

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

Shades of Strikemaster #98658D

Tints of Strikemaster #98658D

Color information

#98658D (or 0x98658D) is unknown color: approx Strikemaster. HEX triplet: 98, 65 and 8D. RGB value is (152,101,141). Sum of RGB (Red+Green+Blue) = 152+101+141=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98658D is #679A72. Grayscale: #787878. Windows color (decimal): -6789747 or 9266584. OLE color: 9266584.

HSL color Cylindrical-coordinate representation of color #98658D: hue angle of 312.94º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98658D is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152101141-
CMYK00.340.070.40
HSL312.94º20.16%49.61%-
HSV(B)312.94º33.55%59.61%-
XYZ22.4117.9127.47-
YUV120.81139.4150.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=38.58%
G=25.63%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210114100.340.070.40312.9420.1649.61
Hex98658D0227281391432
Octal2301452150427504712462
Binary10011000110010110001101010001011110100010011100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98658D; }

 p { color: rgb(152,101,141); }

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

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

 a { background-color: rgb(152,101,141); }

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

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

 span { border-color: rgb(152,101,141); }

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