#99698B

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

Shades of Strikemaster #99698B

Tints of Strikemaster #99698B

Color information

#99698B (or 0x99698B) is unknown color: approx Strikemaster. HEX triplet: 99, 69 and 8B. RGB value is (153,105,139). Sum of RGB (Red+Green+Blue) = 153+105+139=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99698B is #669674. Grayscale: #7B7B7B. Windows color (decimal): -6723189 or 9136537. OLE color: 9136537.

HSL color Cylindrical-coordinate representation of color #99698B: hue angle of 317.5º 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 #99698B is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB153105139-
CMYK00.310.090.4
HSL317.5º19.05%50.59%-
HSV(B)317.5º31.37%60%-
XYZ22.8518.7426.84-
YUV123.23136.9149.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=38.54%
G=26.45%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310513900.310.090.4317.519.0550.59
Hex99698B01F92813e1333
Octal23115121303711504762363
Binary10011001110100110001011011111100110100010011111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99698B; }

 p { color: rgb(153,105,139); }

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

<style>
 a { background-color: #99698B; }

 a { background-color: rgb(153,105,139); }

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

<style>
 span { border-color: #99698B; }

 span { border-color: rgb(153,105,139); }

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