#946679

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

Shades of Strikemaster #946679

Tints of Strikemaster #946679

Color information

#946679 (or 0x946679) is unknown color: approx Strikemaster. HEX triplet: 94, 66 and 79. RGB value is (148,102,121). Sum of RGB (Red+Green+Blue) = 148+102+121=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #946679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946679 is #6B9986. Grayscale: #757575. Windows color (decimal): -7051655 or 7956116. OLE color: 7956116.

HSL color Cylindrical-coordinate representation of color #946679: hue angle of 335.22º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946679 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148102121-
CMYK00.310.180.42
HSL335.22º18.4%49.02%-
HSV(B)335.22º31.08%58.04%-
XYZ20.4217.1820.33-
YUV117.92129.74149.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=39.89%
G=27.49%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810212100.310.180.42335.2218.449.02
Hex94667901F122A14f1231
Octal22414617103722525172261
Binary10010100110011011110010111111001010101010100111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946679; }

 p { color: rgb(148,102,121); }

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

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

 a { background-color: rgb(148,102,121); }

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

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

 span { border-color: rgb(148,102,121); }

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