#916F84

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

Shades of Strikemaster #916F84

Tints of Strikemaster #916F84

Color information

#916F84 (or 0x916F84) is unknown color: approx Strikemaster. HEX triplet: 91, 6F and 84. RGB value is (145,111,132). Sum of RGB (Red+Green+Blue) = 145+111+132=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #916F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916F84 is #6E907B. Grayscale: #7B7B7B. Windows color (decimal): -7245948 or 8679313. OLE color: 8679313.

HSL color Cylindrical-coordinate representation of color #916F84: hue angle of 322.94º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F84 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB145111132-
CMYK00.230.090.43
HSL322.94º13.39%50.2%-
HSV(B)322.94º23.45%56.86%-
XYZ21.5319.0524.37-
YUV123.56132.76143.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=37.37%
G=28.61%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511113200.230.090.43322.9413.3950.2
Hex916F8401792B143d32
Octal22115720402711535031562
Binary1001000111011111000010001011110011010111010000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916F84; }

 p { color: rgb(145,111,132); }

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

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

 a { background-color: rgb(145,111,132); }

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

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

 span { border-color: rgb(145,111,132); }

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