#93677A

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

Shades of Strikemaster #93677A

Tints of Strikemaster #93677A

Color information

#93677A (or 0x93677A) is unknown color: approx Strikemaster. HEX triplet: 93, 67 and 7A. RGB value is (147,103,122). Sum of RGB (Red+Green+Blue) = 147+103+122=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93677A is #6C9885. Grayscale: #767676. Windows color (decimal): -7116934 or 8021907. OLE color: 8021907.

HSL color Cylindrical-coordinate representation of color #93677A: hue angle of 334.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93677A is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB147103122-
CMYK00.300.170.42
HSL334.09º17.6%49.02%-
HSV(B)334.09º29.93%57.65%-
XYZ20.417.3120.68-
YUV118.32130.08148.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=39.52%
G=27.69%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710312200.300.170.42334.0917.649.02
Hex93677A01E112A14e1231
Octal22314717203621525162261
Binary10010011110011111110100111101000110101010100111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93677A; }

 p { color: rgb(147,103,122); }

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

<style>
 a { background-color: #93677A; }

 a { background-color: rgb(147,103,122); }

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

<style>
 span { border-color: #93677A; }

 span { border-color: rgb(147,103,122); }

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