#99687D

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

Shades of Strikemaster #99687D

Tints of Strikemaster #99687D

Color information

#99687D (or 0x99687D) is unknown color: approx Strikemaster. HEX triplet: 99, 68 and 7D. RGB value is (153,104,125). Sum of RGB (Red+Green+Blue) = 153+104+125=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #99687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99687D is #669782. Grayscale: #797979. Windows color (decimal): -6723459 or 8218777. OLE color: 8218777.

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

Color convert

RGB153104125-
CMYK00.320.180.4
HSL334.29º19.37%50.39%-
HSV(B)334.29º32.03%60%-
XYZ21.7918.1521.76-
YUV121.04130.23150.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=40.05%
G=27.23%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310412500.320.180.4334.2919.3750.39
Hex99687D020122814e1332
Octal23115017504022505162362
Binary100110011101000111110101000001001010100010100111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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