#9C667F

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

Shades of Strikemaster #9C667F

Tints of Strikemaster #9C667F

Color information

#9C667F (or 0x9C667F) is unknown color: approx Strikemaster. HEX triplet: 9C, 66 and 7F. RGB value is (156,102,127). Sum of RGB (Red+Green+Blue) = 156+102+127=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C667F is #639980. Grayscale: #787878. Windows color (decimal): -6527361 or 8349340. OLE color: 8349340.

HSL color Cylindrical-coordinate representation of color #9C667F: hue angle of 332.22º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C667F is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB156102127-
CMYK00.350.190.39
HSL332.22º21.43%50.59%-
HSV(B)332.22º34.62%61.18%-
XYZ22.2918.122.4-
YUV121131.39152.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 127 (50% from 255) = 32.99%
R=40.52%
G=26.49%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610212700.350.190.39332.2221.4350.59
Hex9C667F023132714c1533
Octal23414617704323475142563
Binary100111001100110111111101000111001110011110100110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,102,127); }

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

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

 a { background-color: rgb(156,102,127); }

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

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

 span { border-color: rgb(156,102,127); }

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