#916E85

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

Shades of Strikemaster #916E85

Tints of Strikemaster #916E85

Color information

#916E85 (or 0x916E85) is unknown color: approx Strikemaster. HEX triplet: 91, 6E and 85. RGB value is (145,110,133). Sum of RGB (Red+Green+Blue) = 145+110+133=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #916E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916E85 is #6E917A. Grayscale: #7B7B7B. Windows color (decimal): -7246203 or 8744593. OLE color: 8744593.

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

Color convert

RGB145110133-
CMYK00.240.080.43
HSL320.57º13.73%50%-
HSV(B)320.57º24.14%56.86%-
XYZ21.4918.8724.7-
YUV123.09133.6143.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=37.37%
G=28.35%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511013300.240.080.43320.5713.7350
Hex916E8501882B141e32
Octal22115620503010535011662
Binary1001000111011101000010101100010001010111010000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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