#99658B

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

Shades of Strikemaster #99658B

Tints of Strikemaster #99658B

Color information

#99658B (or 0x99658B) is unknown color: approx Strikemaster. HEX triplet: 99, 65 and 8B. RGB value is (153,101,139). Sum of RGB (Red+Green+Blue) = 153+101+139=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99658B is #669A74. Grayscale: #787878. Windows color (decimal): -6724213 or 9135513. OLE color: 9135513.

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

Color convert

RGB153101139-
CMYK00.340.090.4
HSL316.15º20.47%49.8%-
HSV(B)316.15º33.99%60%-
XYZ22.4517.9426.71-
YUV120.88138.23150.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=38.93%
G=25.70%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310113900.340.090.4316.1520.4749.8
Hex99658B02292813c1432
Octal23114521304211504742462
Binary100110011100101100010110100010100110100010011110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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