#916F82

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

Shades of Strikemaster #916F82

Tints of Strikemaster #916F82

Color information

#916F82 (or 0x916F82) is unknown color: approx Strikemaster. HEX triplet: 91, 6F and 82. RGB value is (145,111,130). Sum of RGB (Red+Green+Blue) = 145+111+130=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #916F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916F82 is #6E907D. Grayscale: #7B7B7B. Windows color (decimal): -7245950 or 8548241. OLE color: 8548241.

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

Color convert

RGB145111130-
CMYK00.230.100.43
HSL326.47º13.39%50.2%-
HSV(B)326.47º23.45%56.86%-
XYZ21.391923.66-
YUV123.33131.76143.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=37.56%
G=28.76%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511113000.230.100.43326.4713.3950.2
Hex916F82017A2B146d32
Octal22115720202712535061562
Binary1001000111011111000001001011110101010111010001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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