#99678D

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

Shades of Strikemaster #99678D

Tints of Strikemaster #99678D

Color information

#99678D (or 0x99678D) is unknown color: approx Strikemaster. HEX triplet: 99, 67 and 8D. RGB value is (153,103,141). Sum of RGB (Red+Green+Blue) = 153+103+141=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99678D is #669872. Grayscale: #7A7A7A. Windows color (decimal): -6723699 or 9267097. OLE color: 9267097.

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

Color convert

RGB153103141-
CMYK00.330.080.4
HSL314.4º19.69%50.2%-
HSV(B)314.4º32.68%60%-
XYZ22.7918.427.55-
YUV122.28138.56149.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=38.54%
G=25.94%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310314100.330.080.4314.419.6950.2
Hex99678D02182813a1432
Octal23114721504110504722462
Binary100110011100111100011010100001100010100010011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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