#98658C

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

Shades of Strikemaster #98658C

Tints of Strikemaster #98658C

Color information

#98658C (or 0x98658C) is unknown color: approx Strikemaster. HEX triplet: 98, 65 and 8C. RGB value is (152,101,140). Sum of RGB (Red+Green+Blue) = 152+101+140=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98658C is #679A73. Grayscale: #787878. Windows color (decimal): -6789748 or 9201048. OLE color: 9201048.

HSL color Cylindrical-coordinate representation of color #98658C: hue angle of 314.12º 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 #98658C is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB152101140-
CMYK00.340.080.40
HSL314.12º20.16%49.61%-
HSV(B)314.12º33.55%59.61%-
XYZ22.3417.8827.08-
YUV120.7138.9150.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=38.68%
G=25.70%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210114000.340.080.40314.1220.1649.61
Hex98658C02282813a1432
Octal23014521404210504722462
Binary100110001100101100011000100010100010100010011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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