#99667F

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

Shades of Strikemaster #99667F

Tints of Strikemaster #99667F

Color information

#99667F (or 0x99667F) is unknown color: approx Strikemaster. HEX triplet: 99, 66 and 7F. RGB value is (153,102,127). Sum of RGB (Red+Green+Blue) = 153+102+127=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #99667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99667F is #669980. Grayscale: #787878. Windows color (decimal): -6723969 or 8349337. OLE color: 8349337.

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

Color convert

RGB153102127-
CMYK00.330.170.4
HSL330.59º20%50%-
HSV(B)330.59º33.33%60%-
XYZ21.7217.8122.37-
YUV120.1131.9151.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 127 (50% from 255) = 33.25%
R=40.05%
G=26.70%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310212700.330.170.4330.592050
Hex99667F021112814b1432
Octal23114617704121505132462
Binary100110011100110111111101000011000110100010100101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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