#996A7F

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

Shades of Strikemaster #996A7F

Tints of Strikemaster #996A7F

Color information

#996A7F (or 0x996A7F) is unknown color: approx Strikemaster. HEX triplet: 99, 6A and 7F. RGB value is (153,106,127). Sum of RGB (Red+Green+Blue) = 153+106+127=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A7F is #669580. Grayscale: #7A7A7A. Windows color (decimal): -6722945 or 8350361. OLE color: 8350361.

HSL color Cylindrical-coordinate representation of color #996A7F: hue angle of 333.19º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996A7F is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB153106127-
CMYK00.310.170.4
HSL333.19º18.73%50.78%-
HSV(B)333.19º30.72%60%-
XYZ22.1218.6122.51-
YUV122.45130.57149.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 127 (50% from 255) = 32.90%
R=39.64%
G=27.46%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310612700.310.170.4333.1918.7350.78
Hex996A7F01F112814d1333
Octal23115217703721505152363
Binary10011001110101011111110111111000110100010100110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996A7F; }

 p { color: rgb(153,106,127); }

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

<style>
 a { background-color: #996A7F; }

 a { background-color: rgb(153,106,127); }

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

<style>
 span { border-color: #996A7F; }

 span { border-color: rgb(153,106,127); }

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