#99687A

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

Shades of Strikemaster #99687A

Tints of Strikemaster #99687A

Color information

#99687A (or 0x99687A) is unknown color: approx Strikemaster. HEX triplet: 99, 68 and 7A. RGB value is (153,104,122). Sum of RGB (Red+Green+Blue) = 153+104+122=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99687A is #669785. Grayscale: #787878. Windows color (decimal): -6723462 or 8022169. OLE color: 8022169.

HSL color Cylindrical-coordinate representation of color #99687A: hue angle of 337.96º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99687A is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153104122-
CMYK00.320.200.4
HSL337.96º19.37%50.39%-
HSV(B)337.96º32.03%60%-
XYZ21.618.0820.76-
YUV120.7128.73151.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=40.37%
G=27.44%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310412200.320.200.4337.9619.3750.39
Hex99687A02014281521332
Octal23115017204024505222362
Binary100110011101000111101001000001010010100010101001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,104,122); }

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

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

 a { background-color: rgb(153,104,122); }

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

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

 span { border-color: rgb(153,104,122); }

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