#91677B

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

Shades of Strikemaster #91677B

Tints of Strikemaster #91677B

Color information

#91677B (or 0x91677B) is unknown color: approx Strikemaster. HEX triplet: 91, 67 and 7B. RGB value is (145,103,123). Sum of RGB (Red+Green+Blue) = 145+103+123=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91677B is #6E9884. Grayscale: #757575. Windows color (decimal): -7248005 or 8087441. OLE color: 8087441.

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

Color convert

RGB145103123-
CMYK00.290.150.43
HSL331.43º16.94%48.63%-
HSV(B)331.43º28.97%56.86%-
XYZ20.117.1520.99-
YUV117.84130.91147.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=39.08%
G=27.76%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510312300.290.150.43331.4316.9448.63
Hex91677B01DF2B14b1131
Octal22114717303517535132161
Binary1001000111001111111011011101111110101110100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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