#916D7D

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

Shades of Strikemaster #916D7D

Tints of Strikemaster #916D7D

Color information

#916D7D (or 0x916D7D) is unknown color: approx Strikemaster. HEX triplet: 91, 6D and 7D. RGB value is (145,109,125). Sum of RGB (Red+Green+Blue) = 145+109+125=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #916D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D7D is #6E9282. Grayscale: #797979. Windows color (decimal): -7246467 or 8220049. OLE color: 8220049.

HSL color Cylindrical-coordinate representation of color #916D7D: hue angle of 333.33º 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 #916D7D is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB145109125-
CMYK00.250.140.43
HSL333.33º14.17%49.8%-
HSV(B)333.33º24.83%56.86%-
XYZ20.8518.4421.86-
YUV121.59129.93144.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.26%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=38.26%
G=28.76%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510912500.250.140.43333.3314.1749.8
Hex916D7D019E2B14de32
Octal22115517503116535151662
Binary100100011101101111110101100111101010111010011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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