#94687F

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

Shades of Strikemaster #94687F

Tints of Strikemaster #94687F

Color information

#94687F (or 0x94687F) is unknown color: approx Strikemaster. HEX triplet: 94, 68 and 7F. RGB value is (148,104,127). Sum of RGB (Red+Green+Blue) = 148+104+127=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #94687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94687F is #6B9780. Grayscale: #777777. Windows color (decimal): -7051137 or 8349844. OLE color: 8349844.

HSL color Cylindrical-coordinate representation of color #94687F: hue angle of 328.64º 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 #94687F is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148104127-
CMYK00.300.140.42
HSL328.64º17.46%49.41%-
HSV(B)328.64º29.73%58.04%-
XYZ20.9917.7322.39-
YUV119.78132.08148.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 127 (50% from 255) = 33.51%
R=39.05%
G=27.44%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810412700.300.140.42328.6417.4649.41
Hex94687F01EE2A1491131
Octal22415017703616525112161
Binary1001010011010001111111011110111010101010100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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