#99647A

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

Shades of Strikemaster #99647A

Tints of Strikemaster #99647A

Color information

#99647A (or 0x99647A) is unknown color: approx Strikemaster. HEX triplet: 99, 64 and 7A. RGB value is (153,100,122). Sum of RGB (Red+Green+Blue) = 153+100+122=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #99647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99647A is #669B85. Grayscale: #767676. Windows color (decimal): -6724486 or 8021145. OLE color: 8021145.

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

Color convert

RGB153100122-
CMYK00.350.200.4
HSL335.09º20.95%49.61%-
HSV(B)335.09º34.64%60%-
XYZ21.2117.2920.63-
YUV118.36130.06152.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=40.8%
G=26.67%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310012200.350.200.4335.0920.9549.61
Hex99647A023142814f1532
Octal23114417204324505172562
Binary100110011100100111101001000111010010100010100111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99647A; }

 p { color: rgb(153,100,122); }

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

<style>
 a { background-color: #99647A; }

 a { background-color: rgb(153,100,122); }

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

<style>
 span { border-color: #99647A; }

 span { border-color: rgb(153,100,122); }

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