#9C677F

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

Shades of Strikemaster #9C677F

Tints of Strikemaster #9C677F

Color information

#9C677F (or 0x9C677F) is unknown color: approx Strikemaster. HEX triplet: 9C, 67 and 7F. RGB value is (156,103,127). Sum of RGB (Red+Green+Blue) = 156+103+127=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C677F is #639880. Grayscale: #797979. Windows color (decimal): -6527105 or 8349596. OLE color: 8349596.

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

Color convert

RGB156103127-
CMYK00.340.190.39
HSL332.83º21.12%50.78%-
HSV(B)332.83º33.97%61.18%-
XYZ22.3918.322.43-
YUV121.58131.06152.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 127 (50% from 255) = 32.90%
R=40.41%
G=26.68%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610312700.340.190.39332.8321.1250.78
Hex9C677F022132714d1533
Octal23414717704223475152563
Binary100111001100111111111101000101001110011110100110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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