#99637F

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

Shades of Strikemaster #99637F

Tints of Strikemaster #99637F

Color information

#99637F (or 0x99637F) is unknown color: approx Strikemaster. HEX triplet: 99, 63 and 7F. RGB value is (153,99,127). Sum of RGB (Red+Green+Blue) = 153+99+127=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99637F is #669C80. Grayscale: #767676. Windows color (decimal): -6724737 or 8348569. OLE color: 8348569.

HSL color Cylindrical-coordinate representation of color #99637F: hue angle of 328.89º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99637F is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB15399127-
CMYK00.350.170.4
HSL328.89º21.43%49.41%-
HSV(B)328.89º35.29%60%-
XYZ21.4317.2322.27-
YUV118.34132.89152.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 127 (50% from 255) = 33.51%
R=40.37%
G=26.12%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539912700.350.170.4328.8921.4349.41
Hex99637F02311281491531
Octal23114317704321505112561
Binary100110011100011111111101000111000110100010100100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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