#9C697C

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

Shades of Strikemaster #9C697C

Tints of Strikemaster #9C697C

Color information

#9C697C (or 0x9C697C) is unknown color: approx Strikemaster. HEX triplet: 9C, 69 and 7C. RGB value is (156,105,124). Sum of RGB (Red+Green+Blue) = 156+105+124=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C697C is #639683. Grayscale: #7A7A7A. Windows color (decimal): -6526596 or 8153500. OLE color: 8153500.

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

Color convert

RGB156105124-
CMYK00.330.210.39
HSL337.65º20.48%51.18%-
HSV(B)337.65º32.69%61.18%-
XYZ22.418.6321.48-
YUV122.42128.9151.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=40.52%
G=27.27%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610512400.330.210.39337.6520.4851.18
Hex9C697C02115271521433
Octal23415117404125475222463
Binary100111001101001111110001000011010110011110101001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,105,124); }

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

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

 a { background-color: rgb(156,105,124); }

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

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

 span { border-color: rgb(156,105,124); }

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