#916D7F

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

Shades of Strikemaster #916D7F

Tints of Strikemaster #916D7F

Color information

#916D7F (or 0x916D7F) is unknown color: approx Strikemaster. HEX triplet: 91, 6D and 7F. RGB value is (145,109,127). Sum of RGB (Red+Green+Blue) = 145+109+127=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #916D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D7F is #6E9280. Grayscale: #797979. Windows color (decimal): -7246465 or 8351121. OLE color: 8351121.

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

Color convert

RGB145109127-
CMYK00.250.120.43
HSL330º14.17%49.8%-
HSV(B)330º24.83%56.86%-
XYZ20.9818.4922.54-
YUV121.82130.93144.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 109 (42.97% from 255) = 28.61%
BLUE value IS 127 (50% from 255) = 33.33%
R=38.06%
G=28.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510912700.250.120.4333014.1749.8
Hex916D7F019C2B14ae32
Octal22115517703114535121662
Binary100100011101101111111101100111001010111010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,109,127); }

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

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

 a { background-color: rgb(145,109,127); }

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

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

 span { border-color: rgb(145,109,127); }

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