#91677F

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

Shades of Strikemaster #91677F

Tints of Strikemaster #91677F

Color information

#91677F (or 0x91677F) is unknown color: approx Strikemaster. HEX triplet: 91, 67 and 7F. RGB value is (145,103,127). Sum of RGB (Red+Green+Blue) = 145+103+127=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #91677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91677F is #6E9880. Grayscale: #767676. Windows color (decimal): -7248001 or 8349585. OLE color: 8349585.

HSL color Cylindrical-coordinate representation of color #91677F: hue angle of 325.71º 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 #91677F is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145103127-
CMYK00.290.120.43
HSL325.71º16.94%48.63%-
HSV(B)325.71º28.97%56.86%-
XYZ20.3617.2522.34-
YUV118.29132.91147.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 127 (50% from 255) = 33.87%
R=38.67%
G=27.47%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510312700.290.120.43325.7116.9448.63
Hex91677F01DC2B1461131
Octal22114717703514535062161
Binary1001000111001111111111011101110010101110100011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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