#91697E

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

Shades of Strikemaster #91697E

Tints of Strikemaster #91697E

Color information

#91697E (or 0x91697E) is unknown color: approx Strikemaster. HEX triplet: 91, 69 and 7E. RGB value is (145,105,126). Sum of RGB (Red+Green+Blue) = 145+105+126=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #91697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91697E is #6E9681. Grayscale: #777777. Windows color (decimal): -7247490 or 8284561. OLE color: 8284561.

HSL color Cylindrical-coordinate representation of color #91697E: hue angle of 328.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91697E is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB145105126-
CMYK00.280.130.43
HSL328.5º16%49.02%-
HSV(B)328.5º27.59%56.86%-
XYZ20.4917.6322.06-
YUV119.35131.75146.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=38.56%
G=27.93%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510512600.280.130.43328.51649.02
Hex91697E01CD2B1481031
Octal22115117603415535102061
Binary1001000111010011111110011100110110101110100100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91697E; }

 p { color: rgb(145,105,126); }

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

<style>
 a { background-color: #91697E; }

 a { background-color: rgb(145,105,126); }

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

<style>
 span { border-color: #91697E; }

 span { border-color: rgb(145,105,126); }

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