#99658E

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

Shades of Strikemaster #99658E

Tints of Strikemaster #99658E

Color information

#99658E (or 0x99658E) is unknown color: approx Strikemaster. HEX triplet: 99, 65 and 8E. RGB value is (153,101,142). Sum of RGB (Red+Green+Blue) = 153+101+142=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99658E is #669A71. Grayscale: #797979. Windows color (decimal): -6724210 or 9332121. OLE color: 9332121.

HSL color Cylindrical-coordinate representation of color #99658E: hue angle of 312.69º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99658E is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153101142-
CMYK00.340.070.4
HSL312.69º20.47%49.8%-
HSV(B)312.69º33.99%60%-
XYZ22.6718.0327.88-
YUV121.22139.73150.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=38.64%
G=25.51%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310114200.340.070.4312.6920.4749.8
Hex99658E0227281391432
Octal2311452160427504712462
Binary10011001110010110001110010001011110100010011100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99658E; }

 p { color: rgb(153,101,142); }

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

<style>
 a { background-color: #99658E; }

 a { background-color: rgb(153,101,142); }

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

<style>
 span { border-color: #99658E; }

 span { border-color: rgb(153,101,142); }

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