#906979

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

Shades of Strikemaster #906979

Tints of Strikemaster #906979

Color information

#906979 (or 0x906979) is unknown color: approx Strikemaster. HEX triplet: 90, 69 and 79. RGB value is (144,105,121). Sum of RGB (Red+Green+Blue) = 144+105+121=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #906979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906979 is #6F9686. Grayscale: #767676. Windows color (decimal): -7313031 or 7956880. OLE color: 7956880.

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

Color convert

RGB144105121-
CMYK00.270.160.44
HSL335.38º15.66%48.82%-
HSV(B)335.38º27.08%56.47%-
XYZ2017.4120.4-
YUV118.48129.42146.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=38.92%
G=28.38%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410512100.270.160.44335.3815.6648.82
Hex90697901B102C14f1031
Octal22015117103320545172061
Binary10010000110100111110010110111000010110010100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906979; }

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

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

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

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

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

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

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

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