#946979

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

Shades of Strikemaster #946979

Tints of Strikemaster #946979

Color information

#946979 (or 0x946979) is unknown color: approx Strikemaster. HEX triplet: 94, 69 and 79. RGB value is (148,105,121). Sum of RGB (Red+Green+Blue) = 148+105+121=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #946979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946979 is #6B9686. Grayscale: #777777. Windows color (decimal): -7050887 or 7956884. OLE color: 7956884.

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

Color convert

RGB148105121-
CMYK00.290.180.42
HSL337.67º17%49.61%-
HSV(B)337.67º29.05%58.04%-
XYZ20.7217.7820.43-
YUV119.68128.75148.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=39.57%
G=28.07%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810512100.290.180.42337.671749.61
Hex94697901D122A1521132
Octal22415117103522525222162
Binary10010100110100111110010111011001010101010101001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946979; }

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

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

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

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

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

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

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

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