#94687C

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

Shades of Strikemaster #94687C

Tints of Strikemaster #94687C

Color information

#94687C (or 0x94687C) is unknown color: approx Strikemaster. HEX triplet: 94, 68 and 7C. RGB value is (148,104,124). Sum of RGB (Red+Green+Blue) = 148+104+124=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #94687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94687C is #6B9783. Grayscale: #777777. Windows color (decimal): -7051140 or 8153236. OLE color: 8153236.

HSL color Cylindrical-coordinate representation of color #94687C: hue angle of 332.73º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94687C is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148104124-
CMYK00.300.160.42
HSL332.73º17.46%49.41%-
HSV(B)332.73º29.73%58.04%-
XYZ20.817.6521.38-
YUV119.44130.58148.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=39.36%
G=27.66%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810412400.300.160.42332.7317.4649.41
Hex94687C01E102A14d1131
Octal22415017403620525152161
Binary10010100110100011111000111101000010101010100110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,104,124); }

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

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

 a { background-color: rgb(148,104,124); }

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

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

 span { border-color: rgb(148,104,124); }

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