#996B7B

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

Shades of Strikemaster #996B7B

Tints of Strikemaster #996B7B

Color information

#996B7B (or 0x996B7B) is unknown color: approx Strikemaster. HEX triplet: 99, 6B and 7B. RGB value is (153,107,123). Sum of RGB (Red+Green+Blue) = 153+107+123=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #996B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B7B is #669484. Grayscale: #7A7A7A. Windows color (decimal): -6722693 or 8088473. OLE color: 8088473.

HSL color Cylindrical-coordinate representation of color #996B7B: hue angle of 339.13º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B7B is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153107123-
CMYK00.300.200.4
HSL339.13º18.4%50.98%-
HSV(B)339.13º30.07%60%-
XYZ21.9718.7221.19-
YUV122.58128.24149.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=39.95%
G=27.94%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310712300.300.200.4339.1318.450.98
Hex996B7B01E14281531233
Octal23115317303624505232263
Binary10011001110101111110110111101010010100010101001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,107,123); }

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

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

 a { background-color: rgb(153,107,123); }

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

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

 span { border-color: rgb(153,107,123); }

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