#9D657A

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

Shades of Strikemaster #9D657A

Tints of Strikemaster #9D657A

Color information

#9D657A (or 0x9D657A) is unknown color: approx Strikemaster. HEX triplet: 9D, 65 and 7A. RGB value is (157,101,122). Sum of RGB (Red+Green+Blue) = 157+101+122=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 157 - color contains mainly: red. Hex color #9D657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D657A is #629A85. Grayscale: #787878. Windows color (decimal): -6462086 or 8021405. OLE color: 8021405.

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

Color convert

RGB157101122-
CMYK00.360.220.38
HSL337.5º22.22%50.59%-
HSV(B)337.5º35.67%61.57%-
XYZ22.0717.8820.7-
YUV120.14129.05154.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=41.32%
G=26.58%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710112200.360.220.38337.522.2250.59
Hex9D657A02416261521633
Octal23514517204426465222663
Binary100111011100101111101001001001011010011010101001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,101,122); }

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

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

 a { background-color: rgb(157,101,122); }

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

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

 span { border-color: rgb(157,101,122); }

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