#91677C

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

Shades of Strikemaster #91677C

Tints of Strikemaster #91677C

Color information

#91677C (or 0x91677C) is unknown color: approx Strikemaster. HEX triplet: 91, 67 and 7C. RGB value is (145,103,124). Sum of RGB (Red+Green+Blue) = 145+103+124=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #91677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91677C is #6E9883. Grayscale: #757575. Windows color (decimal): -7248004 or 8152977. OLE color: 8152977.

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

Color convert

RGB145103124-
CMYK00.290.140.43
HSL330º16.94%48.63%-
HSV(B)330º28.97%56.86%-
XYZ20.1717.1821.32-
YUV117.95131.41147.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.98%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=38.98%
G=27.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510312400.290.140.4333016.9448.63
Hex91677C01DE2B14a1131
Octal22114717403516535122161
Binary1001000111001111111100011101111010101110100101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91677C; }

 p { color: rgb(145,103,124); }

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

<style>
 a { background-color: #91677C; }

 a { background-color: rgb(145,103,124); }

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

<style>
 span { border-color: #91677C; }

 span { border-color: rgb(145,103,124); }

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