#99687B

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

Shades of Strikemaster #99687B

Tints of Strikemaster #99687B

Color information

#99687B (or 0x99687B) is unknown color: approx Strikemaster. HEX triplet: 99, 68 and 7B. RGB value is (153,104,123). Sum of RGB (Red+Green+Blue) = 153+104+123=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99687B is #669784. Grayscale: #787878. Windows color (decimal): -6723461 or 8087705. OLE color: 8087705.

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

Color convert

RGB153104123-
CMYK00.320.200.4
HSL336.73º19.37%50.39%-
HSV(B)336.73º32.03%60%-
XYZ21.6618.121.09-
YUV120.82129.23150.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=40.26%
G=27.37%
B=32.37%

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
Decimal15310412300.320.200.4336.7319.3750.39
Hex99687B02014281511332
Octal23115017304024505212362
Binary100110011101000111101101000001010010100010101000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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