#98657C

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

Shades of Strikemaster #98657C

Tints of Strikemaster #98657C

Color information

#98657C (or 0x98657C) is unknown color: approx Strikemaster. HEX triplet: 98, 65 and 7C. RGB value is (152,101,124). Sum of RGB (Red+Green+Blue) = 152+101+124=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98657C is #679A83. Grayscale: #767676. Windows color (decimal): -6789764 or 8152472. OLE color: 8152472.

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

Color convert

RGB152101124-
CMYK00.340.180.40
HSL332.94º20.16%49.61%-
HSV(B)332.94º33.55%59.61%-
XYZ21.2417.4421.32-
YUV118.87130.9151.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=40.32%
G=26.79%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210112400.340.180.40332.9420.1649.61
Hex98657C022122814d1432
Octal23014517404222505152462
Binary100110001100101111110001000101001010100010100110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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