#99667E

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

Shades of Strikemaster #99667E

Tints of Strikemaster #99667E

Color information

#99667E (or 0x99667E) is unknown color: approx Strikemaster. HEX triplet: 99, 66 and 7E. RGB value is (153,102,126). Sum of RGB (Red+Green+Blue) = 153+102+126=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99667E is #669981. Grayscale: #777777. Windows color (decimal): -6723970 or 8283801. OLE color: 8283801.

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

Color convert

RGB153102126-
CMYK00.330.180.4
HSL331.76º20%50%-
HSV(B)331.76º33.33%60%-
XYZ21.6517.7822.03-
YUV119.98131.4151.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=40.16%
G=26.77%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310212600.330.180.4331.762050
Hex99667E021122814c1432
Octal23114617604122505142462
Binary100110011100110111111001000011001010100010100110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,102,126); }

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

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

 a { background-color: rgb(153,102,126); }

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

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

 span { border-color: rgb(153,102,126); }

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