#916F85

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

Shades of Strikemaster #916F85

Tints of Strikemaster #916F85

Color information

#916F85 (or 0x916F85) is unknown color: approx Strikemaster. HEX triplet: 91, 6F and 85. RGB value is (145,111,133). Sum of RGB (Red+Green+Blue) = 145+111+133=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #916F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916F85 is #6E907A. Grayscale: #7B7B7B. Windows color (decimal): -7245947 or 8744849. OLE color: 8744849.

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

Color convert

RGB145111133-
CMYK00.230.080.43
HSL321.18º13.39%50.2%-
HSV(B)321.18º23.45%56.86%-
XYZ21.619.0824.74-
YUV123.67133.26143.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.28%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=37.28%
G=28.53%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511113300.230.080.43321.1813.3950.2
Hex916F8501782B141d32
Octal22115720502710535011562
Binary1001000111011111000010101011110001010111010000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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