#926479

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

Shades of Strikemaster #926479

Tints of Strikemaster #926479

Color information

#926479 (or 0x926479) is unknown color: approx Strikemaster. HEX triplet: 92, 64 and 79. RGB value is (146,100,121). Sum of RGB (Red+Green+Blue) = 146+100+121=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #926479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926479 is #6D9B86. Grayscale: #747474. Windows color (decimal): -7183239 or 7955602. OLE color: 7955602.

HSL color Cylindrical-coordinate representation of color #926479: hue angle of 332.61º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926479 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB146100121-
CMYK00.320.170.43
HSL332.61º18.7%48.24%-
HSV(B)332.61º31.51%57.25%-
XYZ19.8616.6120.25-
YUV116.15130.74149.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 121 (47.66% from 255) = 32.97%
R=39.78%
G=27.25%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610012100.320.170.43332.6118.748.24
Hex926479020112B14d1330
Octal22214417104021535152360
Binary100100101100100111100101000001000110101110100110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926479; }

 p { color: rgb(146,100,121); }

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

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

 a { background-color: rgb(146,100,121); }

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

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

 span { border-color: rgb(146,100,121); }

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