#99698A

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

Shades of Strikemaster #99698A

Tints of Strikemaster #99698A

Color information

#99698A (or 0x99698A) is unknown color: approx Strikemaster. HEX triplet: 99, 69 and 8A. RGB value is (153,105,138). Sum of RGB (Red+Green+Blue) = 153+105+138=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99698A is #669675. Grayscale: #7B7B7B. Windows color (decimal): -6723190 or 9071001. OLE color: 9071001.

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

Color convert

RGB153105138-
CMYK00.310.100.4
HSL318.75º19.05%50.59%-
HSV(B)318.75º31.37%60%-
XYZ22.7818.7126.46-
YUV123.11136.4149.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=38.64%
G=26.52%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310513800.310.100.4318.7519.0550.59
Hex99698A01FA2813f1333
Octal23115121203712504772363
Binary10011001110100110001010011111101010100010011111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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