#99658D

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

Shades of Strikemaster #99658D

Tints of Strikemaster #99658D

Color information

#99658D (or 0x99658D) is unknown color: approx Strikemaster. HEX triplet: 99, 65 and 8D. RGB value is (153,101,141). Sum of RGB (Red+Green+Blue) = 153+101+141=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99658D is #669A72. Grayscale: #797979. Windows color (decimal): -6724211 or 9266585. OLE color: 9266585.

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

Color convert

RGB153101141-
CMYK00.340.080.4
HSL313.85º20.47%49.8%-
HSV(B)313.85º33.99%60%-
XYZ22.61827.48-
YUV121.11139.23150.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=38.73%
G=25.57%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310114100.340.080.4313.8520.4749.8
Hex99658D02282813a1432
Octal23114521504210504722462
Binary100110011100101100011010100010100010100010011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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