#9C6279

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

Shades of Strikemaster #9C6279

Tints of Strikemaster #9C6279

Color information

#9C6279 (or 0x9C6279) is unknown color: approx Strikemaster. HEX triplet: 9C, 62 and 79. RGB value is (156,98,121). Sum of RGB (Red+Green+Blue) = 156+98+121=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6279 is #639D86. Grayscale: #757575. Windows color (decimal): -6528391 or 7955100. OLE color: 7955100.

HSL color Cylindrical-coordinate representation of color #9C6279: hue angle of 336.21º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6279 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15698121-
CMYK00.370.220.39
HSL336.21º22.83%49.8%-
HSV(B)336.21º37.18%61.18%-
XYZ21.5317.1820.27-
YUV117.96129.72155.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=41.6%
G=26.13%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569812100.370.220.39336.2122.8349.8
Hex9C627902516271501732
Octal23414217104526475202762
Binary100111001100010111100101001011011010011110101000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,98,121); }

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

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

 a { background-color: rgb(156,98,121); }

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

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

 span { border-color: rgb(156,98,121); }

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