#906079

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

Shades of Strikemaster #906079

Tints of Strikemaster #906079

Color information

#906079 (or 0x906079) is unknown color: approx Strikemaster. HEX triplet: 90, 60 and 79. RGB value is (144,96,121). Sum of RGB (Red+Green+Blue) = 144+96+121=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #906079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906079 is #6F9F86. Grayscale: #717171. Windows color (decimal): -7315335 or 7954576. OLE color: 7954576.

HSL color Cylindrical-coordinate representation of color #906079: hue angle of 328.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906079 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14496121-
CMYK00.330.160.44
HSL328.75º20%47.06%-
HSV(B)328.75º33.33%56.47%-
XYZ19.1415.6820.11-
YUV113.2132.4149.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.89%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=39.89%
G=26.59%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449612100.330.160.44328.752047.06
Hex906079021102C149142f
Octal22014017104120545112457
Binary100100001100000111100101000011000010110010100100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906079; }

 p { color: rgb(144,96,121); }

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

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

 a { background-color: rgb(144,96,121); }

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

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

 span { border-color: rgb(144,96,121); }

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