#9E677C

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

Shades of Strikemaster #9E677C

Tints of Strikemaster #9E677C

Color information

#9E677C (or 0x9E677C) is unknown color: approx Strikemaster. HEX triplet: 9E, 67 and 7C. RGB value is (158,103,124). Sum of RGB (Red+Green+Blue) = 158+103+124=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E677C is #619883. Grayscale: #797979. Windows color (decimal): -6396036 or 8152990. OLE color: 8152990.

HSL color Cylindrical-coordinate representation of color #9E677C: hue angle of 337.09º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E677C is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB158103124-
CMYK00.350.220.38
HSL337.09º22.09%51.18%-
HSV(B)337.09º34.81%61.96%-
XYZ22.5918.4221.43-
YUV121.84129.22153.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.04%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=41.04%
G=26.75%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810312400.350.220.38337.0922.0951.18
Hex9E677C02316261511633
Octal23614717404326465212663
Binary100111101100111111110001000111011010011010101000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E677C; }

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

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

<style>
 a { background-color: #9E677C; }

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

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

<style>
 span { border-color: #9E677C; }

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

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